From: Trevor Parscal Date: Fri, 7 Aug 2009 21:02:47 +0000 (+0000) Subject: Changed from using point to em units for font size. X-Git-Tag: 1.31.0-rc.0~40430 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=f8a9da0df70f02d046793a7244cdddcb0dd77b78;p=lhc%2Fweb%2Fwiklou.git Changed from using point to em units for font size. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index dbe2c88f2e..a00353809a 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -21,7 +21,7 @@ body { margin: 0; padding: 0; font-family: sans-serif; - font-size: 9.75pt; + font-size: 0.9em; } body { background-color: #f3f3f3; @@ -425,7 +425,7 @@ body { /* Logo */ #p-logo { position: absolute; - top: 0; + top: -12em; left: 0; height: 12em; width: 12em; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 7abd57391b..be62d20d0f 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -21,7 +21,7 @@ body { margin: 0; padding: 0; font-family: sans-serif; - font-size: 9.75pt; + font-size: 0.9em; } body { background-color: #f3f3f3; @@ -425,7 +425,7 @@ body { /* Logo */ #p-logo { position: absolute; - top: 0; + top: -12em; right: 0; height: 12em; width: 12em;