CSS clean-up and fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user