Changed from using point to em units for font size.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 21:02:47 +0000 (21:02 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 21:02:47 +0000 (21:02 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index dbe2c88..a003538 100644 (file)
@@ -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;
index 7abd573..be62d20 100644 (file)
@@ -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;