Page MenuHomePhabricator

REL1_4-list-dir-CSS-00.patch

Authored By
bzimport
Nov 21 2014, 8:27 PM
Size
1 KB
Referenced Files
None
Subscribers
None

REL1_4-list-dir-CSS-00.patch

Index: skins/monobook/rtl.css
===================================================================
RCS file: /cvsroot/wikipedia/phase3/skins/monobook/rtl.css,v
retrieving revision 1.1.4.1
diff -u -r1.1.4.1 rtl.css
--- skins/monobook/rtl.css 29 Apr 2005 08:34:24 -0000 1.1.4.1
+++ skins/monobook/rtl.css 19 Jun 2005 04:15:26 -0000
@@ -104,14 +104,6 @@
/* Fix margins */
/* top right bottom left */
-ul {
- margin-left: 0;
- margin-right: 1.5em;
-}
-ol {
- margin-left: 0;
- margin-right: 2.4em;
-}
dd {
margin-left: 0;
margin-right: 1.6em;
Index: skins/monobook/main.css
===================================================================
RCS file: /cvsroot/wikipedia/phase3/skins/monobook/main.css,v
retrieving revision 1.7.2.11
diff -u -r1.7.2.11 main.css
--- skins/monobook/main.css 7 May 2005 06:06:35 -0000 1.7.2.11
+++ skins/monobook/main.css 19 Jun 2005 04:15:55 -0000
@@ -113,13 +113,13 @@
ul {
line-height: 1.5em;
list-style-type: square;
- margin: 0.3em 0 0 1.5em;
+ margin: 0.3em 1.5em 0 1.5em;
padding:0;
list-style-image: url("bullet.gif");
}
ol {
line-height: 1.5em;
- margin: 0.3em 0 0 3.2em;
+ margin: 0.3em 3.2em 0 3.2em;
padding:0;
list-style-image: none;
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1589
Default Alt Text
REL1_4-list-dir-CSS-00.patch (1 KB)

Event Timeline