Corrected line-height of content that is not in a p tag
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 1 Jul 2009 23:18:36 +0000 (23:18 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 1 Jul 2009 23:18:36 +0000 (23:18 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 21e516d..df02918 100644 (file)
@@ -430,7 +430,9 @@ div#logo a {
  * The following code is slightly modified from monobook
  * 
  */
-
+#content {
+       line-height: 1.5em;
+}
 /* Links */
 a {
        text-decoration: none;
index 2a62932..6027c83 100644 (file)
@@ -443,7 +443,9 @@ div#logo a {
  * The following code is slightly modified from monobook
  * 
  */
-
+#content {
+       line-height: 1.5em;
+}
 /* Links */
 a {
        text-decoration: none;