summaryrefslogtreecommitdiff
path: root/utility.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 10:59:26 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 10:59:26 +0400
commit884d16505e2c4502ec4438a7e987855683a2d75d (patch)
tree507d12e0a52af1fe408371488f12fee53c1caf45 /utility.css
parent88a41b64a26c4814004a849a328f9af7770430fa (diff)
tweak how utility.css-based stuff looks
Diffstat (limited to 'utility.css')
-rw-r--r--utility.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/utility.css b/utility.css
index 27054dfe9..89a6e71d1 100644
--- a/utility.css
+++ b/utility.css
@@ -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 {