update utility.css related stuff some more

This commit is contained in:
Andrew Dolgov
2013-03-28 13:19:28 +04:00
parent 2137d67496
commit 483f15d538
3 changed files with 31 additions and 11 deletions

View File

@@ -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 {