summaryrefslogtreecommitdiff
path: root/utility.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 13:19:28 +0400
committerAndrew Dolgov <[email protected]>2013-03-28 13:19:28 +0400
commit483f15d5380425d00d31a1b6dbedcefa27b76d7e (patch)
tree118fc2d67bab1ee976e4430ee1046a558cce6992 /utility.css
parent2137d67496232fb6c373598c2f046e24fc4adb82 (diff)
update utility.css related stuff some more
Diffstat (limited to 'utility.css')
-rw-r--r--utility.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/utility.css b/utility.css
index bdf4fde58..d79a9daa6 100644
--- a/utility.css
+++ b/utility.css
@@ -8,7 +8,7 @@ body {
}
form {
- margin : 0px;
+ margin : 10px 0px 0px 0px;
padding : 0px;
}
@@ -38,6 +38,8 @@ div.insensitive-small {
.floatingLogo {
float : right;
+ position : relative;
+ top : -10px;
}
a {
@@ -75,10 +77,11 @@ div.warning img, div.notice img, div.error img {
}
h1 {
- color : black;
+ color : #88b0f0;
font-size : 32px;
font-family : serif;
- /* text-shadow : 2px 2px 2px #f0f0f0; */
+ margin : 20px 0px 5px 0px;
+ text-shadow : 2px 2px 2px #fff;
}
h2 {