Differences From Artifact [ac725fc5b3]:
- File skins/xekri/css.txt — part of check-in [87f06e88fc] at 2015-03-25 21:37:14 on branch skin-xekri — Added instructions for how to change the width of the skin. (user: zakero size: 16875)
To Artifact [4516c99a8f]:
- File skins/xekri/css.txt — part of check-in [290a1c3363] at 2015-03-25 22:13:17 on branch skin-xekri — Updates to the Xekri skin to match the changes in the other skins * [7211414857] Disable font-inflation on all skins. * [72cddddbcc] Change default headers to show menu-bar items that would be available to user "anonymous" even if the current user is not logged in. (user: zakero size: 16970) [more...]
| ︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | + + + |
font-size: 1em;
min-height: 100%;
}
body {
margin: 0;
padding: 0;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
}
a {
color: #07e;
}
a:hover {
|
| ︙ |