Revision: 52662
Author:   tparscal
Date:     2009-07-01 23:18:36 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
Corrected line-height of content that is not in a p tag

Modified Paths:
--------------
    trunk/phase3/skins/vector/main-ltr.css
    trunk/phase3/skins/vector/main-rtl.css

Modified: trunk/phase3/skins/vector/main-ltr.css
===================================================================
--- trunk/phase3/skins/vector/main-ltr.css      2009-07-01 23:04:05 UTC (rev 
52661)
+++ trunk/phase3/skins/vector/main-ltr.css      2009-07-01 23:18:36 UTC (rev 
52662)
@@ -430,7 +430,9 @@
  * The following code is slightly modified from monobook
  * 
  */
-
+#content {
+       line-height: 1.5em;
+}
 /* Links */
 a {
        text-decoration: none;

Modified: trunk/phase3/skins/vector/main-rtl.css
===================================================================
--- trunk/phase3/skins/vector/main-rtl.css      2009-07-01 23:04:05 UTC (rev 
52661)
+++ trunk/phase3/skins/vector/main-rtl.css      2009-07-01 23:18:36 UTC (rev 
52662)
@@ -443,7 +443,9 @@
  * The following code is slightly modified from monobook
  * 
  */
-
+#content {
+       line-height: 1.5em;
+}
 /* Links */
 a {
        text-decoration: none;



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to