From: Trevor Parscal Date: Wed, 1 Jul 2009 23:18:36 +0000 (+0000) Subject: Corrected line-height of content that is not in a p tag X-Git-Tag: 1.31.0-rc.0~41142 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=ac9e79f96d47107a7ea53b0c10863649ede18607;p=lhc%2Fweb%2Fwiklou.git Corrected line-height of content that is not in a p tag --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 21e516d07d..df02918f1d 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -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; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 2a62932a8a..6027c83820 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -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;