moved minor edit character to start of edit comment, makes the column layout more...
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 21 May 2004 09:17:32 +0000 (09:17 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 21 May 2004 09:17:32 +0000 (09:17 +0000)
stylesheets/common.css
stylesheets/common_rtl.css
stylesheets/monobook/main.css

index 1d7d545..712e4fe 100644 (file)
@@ -65,17 +65,14 @@ div.tleft {
 }
 
 /* Page history styling */
-/* automatically generated edit summaries */
+/* the auto-generated edit comments */
 .autocomment { color: gray; }
-#pagehistory span.hlinedesc { margin-left: 1.4em }
-#pagehistory span.hflag { 
-    margin-left: -1em;
-    font-weight: bold;
-}
-#pagehistory li { 
-    border: 1px solid White;
-    padding-left: 1em;
+#pagehistory span.user { 
+    margin-left: 1.4em;
+    margin-right: 0.4em;
 }
+#pagehistory span.minor { font-weight: bold; }
+#pagehistory li { border: 1px solid White; }
 #pagehistory li.selected { 
     background-color:#f9f9f9;
     border:1px dashed #aaaaaa;
index f3e52af..8f50b2a 100644 (file)
@@ -8,3 +8,8 @@ fieldset.operaprefsection {
     margin-left: 0;
     margin-right: 18em;
 }
+/* page history */
+#pagehistory span.user { 
+    margin-right: 1.4em;
+    margin-left: 0.4em;
+}
index c2d1bed..8facf54 100644 (file)
@@ -405,15 +405,12 @@ div.townBox dl dd {
 /* Page history styling */
 /* the auto-generated edit comments */
 .autocomment { color: gray; }
-#pagehistory span.hlinedesc { margin-left: 1.4em }
-#pagehistory span.hflag { 
-    margin-left: -1em;
-    font-weight: bold;
-}
-#pagehistory li { 
-    border: 1px solid White;
-    padding-left: 1em;
+#pagehistory span.user { 
+    margin-left: 1.4em;
+    margin-right: 0.4em;
 }
+#pagehistory span.minor { font-weight: bold; }
+#pagehistory li { border: 1px solid White; }
 #pagehistory li.selected { 
     background-color:#f9f9f9;
     border:1px dashed #aaaaaa;