r13309 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13308‎ | r13309 | r13310 >
Date:17:20, 24 March 2006
Author:gabrielwicke
Status:old
Tags:
Comment:
minor cleanup
Modified paths:
  • /trunk/phase3/skins/monobook/rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/rtl.css
@@ -101,7 +101,7 @@
102102 margin-right: 1.6em !important;
103103 }
104104
105 -/* Fix margins */
 105+/* Fix margins for non-css2 browsers */
106106 /* top right bottom left */
107107
108108 ul {
@@ -124,18 +124,12 @@
125125 margin-left: 0;
126126 margin-right: 2em;
127127 }
128 -div.tright {
 128+div.tright, div.floatright, table.floatright {
129129 clear: none;
130130 }
131 -div.tleft {
 131+div.tleft, div.floatleft, table.floatleft {
132132 clear: left;
133133 }
134 -div.floatright, table.floatright {
135 - clear: none;
136 -}
137 -div.floatleft, table.floatleft {
138 - clear: left;
139 -}
140134 div.townBox {
141135 margin-left: 0;
142136 margin-right: 1em;
@@ -221,4 +215,4 @@
222216 #userlogin {
223217 float: right;
224218 margin: 0 0 1em 3em;
225 -}
\ No newline at end of file
 219+}

Status & tagging log