r28264 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28263‎ | r28264 | r28265 >
Date:02:59, 8 December 2007
Author:david
Status:old
Tags:
Comment:
Background-color on footer; improves look tremendously.
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.css (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.css
@@ -271,18 +271,39 @@
272272 }
273273
274274 .lqt_footer {
275 - margin: 0em 0 0em 0 ;
276 - font-size: smaller;
277 - color: #777;
 275+ margin: 0em 0 0em 0 ;
 276+ font-size: smaller;
 277+ color: #777;
 278+/* padding-left: 0.6em;*/
 279+ padding-top: 0;
 280+ padding-bottom: 0;
 281+ display: table;
 282+ width: auto;
 283+
 284+ margin-left: -0.6em;
 285+
 286+/* border-top: solid 1px #eee;
 287+ border-left: solid 1px #ddd;*/
278288 }
279289
280290 .lqt_footer li {
281 - display: inline;
282 - list-style-type: none;
283 - padding-right: 0.6em;
284 - border-bottom: solid 1px #ddd;
 291+ display: inline;
 292+ list-style-type: none;
 293+ padding-right: 0.6em;
 294+ margin-top: 0;
 295+ margin-bottom: 0;
 296+
 297+ background-color: #efefef;
 298+ border-bottom: solid 1px #ddd;
285299 }
286300
 301+/* This doesn't work in IE, so we need to replace it. What we want is
 302+ padding-left on the surrounding ul, but then we would need to place
 303+ the background color on the ul, and there is a *gap*. */
 304+.lqt_footer li:first-child {
 305+ padding-left: 0.6em;
 306+}
 307+
287308 #lqt_subject_field {
288309 margin-top: 0.7em;
289310 margin-bottom: 0.5em;

Status & tagging log