CSS clean-up and fixes

This commit is contained in:
Eike Foken
2011-08-18 03:25:01 +02:00
parent c2787d5260
commit e59cb9386a
4 changed files with 223 additions and 32 deletions

View File

@@ -12,11 +12,23 @@ body {
background: #404040;
}
a { color: #0088cc; text-decoration: none;}
a:hover { text-decoration: underline;}
a img { border: none;}
a {
color: #08c;
text-decoration: none;
}
p { margin: 0px 0px 20px 0px; line-height: 18px;}
a:hover {
text-decoration: underline;
}
a img {
border: none;
}
p {
margin: 0 0 20px 0;
line-height: 18px;
}
#box {
margin: 40px auto;
@@ -36,4 +48,4 @@ p { margin: 0px 0px 20px 0px; line-height: 18px;}
.light {
color: #ccc;
text-transform: none;
}
}