comparison doc/style.css @ 1119:829f45bf988b

Tidy up and minor fixes.
author zas_
date Mon, 10 Nov 2008 19:37:17 +0000
parents 71c5b25b371a
children 86f281d6bac9
comparison
equal deleted inserted replaced
1118:71c5b25b371a 1119:829f45bf988b
105 105
106 thead { 106 thead {
107 font-weight: bold; 107 font-weight: bold;
108 } 108 }
109 109
110 .file_locations_subtitle {
111 font-weight: bold
112 }
113 110
114 p.note { 111 p.note {
115 font-style: italic 112 font-style: italic
116 } 113 }
117 .note em { 114 .note em {
156 .menu ul li {margin: 4px;} 153 .menu ul li {margin: 4px;}
157 .menu ul li ul {font-size: 90%; font-weight: normal} 154 .menu ul li ul {font-size: 90%; font-weight: normal}
158 155
159 /* reference_keyboard_shortcuts.html */ 156 /* reference_keyboard_shortcuts.html */
160 div.keyboard-shortcuts {text-align: center} 157 div.keyboard-shortcuts {text-align: center}
158 .keyboard-shortcuts p { margin: 0.1em }
159 td.keyboard-shortcuts-separator {background-color: white; font-size: 110%}
160 .keyboard-shortcuts td+td+td { text-align: left}
161
162 /* reference_management.html */
163 .file_locations_subtitle {
164 font-weight: bold;
165 background-color: white;
166 text-align: center;
167 }
168 .file_locations p { margin: 0.1em }
169