Console themes: fix news headings.

This commit is contained in:
z3d
2011-01-12 12:48:16 +00:00
parent a51ae64e41
commit 4b85c56903
4 changed files with 2309 additions and 2268 deletions

View File

@@ -408,7 +408,19 @@ div.news li {
}
div.news h3 {
text-align: left !important;
background: none !important;
text-align: left;
border: none !important;
border-bottom: 1px dotted !important;
-moz-box-shadow: none;
-hktml-box-shadow: none;
box-shadow: none;
font-size: 10pt !important;
letter-spacing: 0.05em;
text-transform: capitalize !important;
text-shadow: none !important;
padding: 5px 10px 3px;
margin: 10px 10px -7px !important;
}
div.news p {