r4185 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r4184‎ | r4185 | r4186 >
Date:09:17, 28 June 2004
Author:gabrielwicke
Status:old
Tags:
Comment:
.small class
Modified paths:
  • /trunk/phase3/stylesheets/common.css (modified) (history)
  • /trunk/phase3/stylesheets/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/stylesheets/common.css
@@ -83,15 +83,15 @@
8484 td.diff-ntitle { background:#cccccc; }
8585 td.diff-addedline {
8686 background:#ccffcc;
87 - font-size: smaller;
 87+ font-size: 94%;
8888 }
8989 td.diff-deletedline {
9090 background:#ffffaa;
91 - font-size: smaller;
 91+ font-size: 94%;
9292 }
9393 td.diff-context {
9494 background:#eeeeee;
95 - font-size: smaller;
 95+ font-size: 94%;
9696 }
9797 span.diffchange { color: red; }
9898
@@ -109,7 +109,7 @@
110110 #toc .tocindent { margin-left: 2em; }
111111 #toc .tocline { margin-bottom: 0px; }
112112 #toc p { margin: 0 }
113 -#toc .toctoggle { font-size: 94%; }
 113+#toc .toctoggle { font-size: 95%; }
114114 #toc .editsection {
115115 margin-top: 0.7em;
116116 font-size: 94%;
@@ -157,6 +157,9 @@
158158 margin-left: auto;
159159 margin-right: auto;
160160 }
 161+/* small for tables and similar */
 162+.small, .small * { font-size: 94%; }
 163+table.small { font-size: 100% }
161164
162165 div.townBox {
163166 position:relative;
Index: trunk/phase3/stylesheets/monobook/main.css
@@ -285,8 +285,10 @@
286286 margin-left: auto;
287287 margin-right: auto;
288288 }
 289+/* small for tables and similar */
 290+.small, .small * { font-size: 94%; }
 291+table.small { font-size: 100% }
289292
290 -
291293 /*
292294 ** content styles
293295 */

Follow-up revisions

RevisionCommit summaryAuthorDate
r86138(bug 28561 - follow-up r4185) remove rule .small * {font-size: 94%} causes an...bawolff20:57, 15 April 2011

Status & tagging log