comparison doc/style.css @ 1160:2562e0bc89a1

Mark keyboard keys with a span and make them look like a key through css style.
author zas_
date Wed, 19 Nov 2008 22:42:20 +0000
parents 0186f9c7d9e4
children 473a7c4881cd
comparison
equal deleted inserted replaced
1159:e2ca6295c5d0 1160:2562e0bc89a1
234 text-align: center; 234 text-align: center;
235 } 235 }
236 .file_locations p { 236 .file_locations p {
237 margin: 0.1em; 237 margin: 0.1em;
238 } 238 }
239
240 /* Keyboard key Z*/
241 .key {
242 border:0.2em solid;
243 border-color:#ddd #bbb #bbb #ddd;
244 background:#eee;
245 padding:0.1em 0.4em;
246 font-size:0.8em;
247 white-space:nowrap;
248 }