Index: trunk/phase3/stylesheets/common.css |
— | — | @@ -83,15 +83,15 @@ |
84 | 84 | td.diff-ntitle { background:#cccccc; } |
85 | 85 | td.diff-addedline { |
86 | 86 | background:#ccffcc; |
87 | | - font-size: smaller; |
| 87 | + font-size: 94%; |
88 | 88 | } |
89 | 89 | td.diff-deletedline { |
90 | 90 | background:#ffffaa; |
91 | | - font-size: smaller; |
| 91 | + font-size: 94%; |
92 | 92 | } |
93 | 93 | td.diff-context { |
94 | 94 | background:#eeeeee; |
95 | | - font-size: smaller; |
| 95 | + font-size: 94%; |
96 | 96 | } |
97 | 97 | span.diffchange { color: red; } |
98 | 98 | |
— | — | @@ -109,7 +109,7 @@ |
110 | 110 | #toc .tocindent { margin-left: 2em; } |
111 | 111 | #toc .tocline { margin-bottom: 0px; } |
112 | 112 | #toc p { margin: 0 } |
113 | | -#toc .toctoggle { font-size: 94%; } |
| 113 | +#toc .toctoggle { font-size: 95%; } |
114 | 114 | #toc .editsection { |
115 | 115 | margin-top: 0.7em; |
116 | 116 | font-size: 94%; |
— | — | @@ -157,6 +157,9 @@ |
158 | 158 | margin-left: auto; |
159 | 159 | margin-right: auto; |
160 | 160 | } |
| 161 | +/* small for tables and similar */ |
| 162 | +.small, .small * { font-size: 94%; } |
| 163 | +table.small { font-size: 100% } |
161 | 164 | |
162 | 165 | div.townBox { |
163 | 166 | position:relative; |
Index: trunk/phase3/stylesheets/monobook/main.css |
— | — | @@ -285,8 +285,10 @@ |
286 | 286 | margin-left: auto; |
287 | 287 | margin-right: auto; |
288 | 288 | } |
| 289 | +/* small for tables and similar */ |
| 290 | +.small, .small * { font-size: 94%; } |
| 291 | +table.small { font-size: 100% } |
289 | 292 | |
290 | | - |
291 | 293 | /* |
292 | 294 | ** content styles |
293 | 295 | */ |