tweak how utility.css-based stuff looks

This commit is contained in:
Andrew Dolgov
2013-03-27 10:59:26 +04:00
parent 88a41b64a2
commit 884d16505e
9 changed files with 42 additions and 21 deletions
+7 -4
View File
@@ -1,8 +1,9 @@
body {
margin : 2em;
padding : 0em;
margin : 20px;
padding : 0px;
font-family : sans-serif;
font-size : 12px;
background : white;
}
p.warning {
@@ -68,8 +69,10 @@ div.error {
}
h1 {
color : #88b0f0;
font-size : 16pt;
color : black;
font-size : 32px;
font-family : serif;
/* text-shadow : 2px 2px 2px #f0f0f0; */
}
h2 {