r56572 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56571‎ | r56572 | r56573 >
Date:22:54, 17 September 2009
Author:nimishg
Status:ok
Tags:
Comment:
increased size of side bar and personal links, fixes bug #20686
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -88,7 +88,7 @@
8989 #p-personal li {
9090 margin-left: 0.75em;
9191 margin-top: 0.5em;
92 - font-size: 0.7em;
 92+ font-size: 0.75em;
9393 }
9494 /* Navigation Containers */
9595 #left-navigation {
@@ -387,7 +387,7 @@
388388 padding-left: 1.75em;
389389 cursor: default;
390390 border: none;
391 - font-size: 0.7em;
 391+ font-size: 0.75em;
392392 }
393393 #panel div.portal div.body {
394394 margin: 0;
@@ -410,7 +410,7 @@
411411 padding-bottom: 0.5em;
412412 margin: 0;
413413 overflow: hidden;
414 - font-size: 0.7em;
 414+ font-size: 0.75em;
415415 }
416416 #panel div.portal div.body ul li a {
417417 color: #0645ad;
@@ -1041,4 +1041,4 @@
10421042 #bodyContent {
10431043 position: relative;
10441044 width: 100%;
1045 -}
\ No newline at end of file
 1045+}
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -88,7 +88,7 @@
8989 #p-personal li {
9090 margin-right: 0.75em;
9191 margin-top: 0.5em;
92 - font-size: 0.7em;
 92+ font-size: 0.75em;
9393 }
9494 /* Navigation Containers */
9595 #left-navigation {
@@ -387,7 +387,7 @@
388388 padding-right: 1.75em;
389389 cursor: default;
390390 border: none;
391 - font-size: 0.7em;
 391+ font-size: 0.75em;
392392 }
393393 #panel div.portal div.body {
394394 margin: 0;
@@ -410,7 +410,7 @@
411411 padding-bottom: 0.5em;
412412 margin: 0;
413413 overflow: hidden;
414 - font-size: 0.7em;
 414+ font-size: 0.75em;
415415 }
416416 #panel div.portal div.body ul li a {
417417 color: #0645ad;
@@ -1041,4 +1041,6 @@
10421042 #bodyContent {
10431043 position: relative;
10441044 width: 100%;
1045 -}
\ No newline at end of file
 1045+}
 1046+
 1047+
\ No newline at end of file

Follow-up revisions

RevisionCommit summaryAuthorDate
r56574Merge Nimish's fix to sidebar font sizes from r56572brion23:31, 17 September 2009

Status & tagging log