tweaks after review

This commit is contained in:
zzz
2010-12-21 21:16:13 +00:00
parent a3644ccaa9
commit 1f22ae6a0c
13 changed files with 1205 additions and 1187 deletions

View File

@ -407,6 +407,10 @@ div.news li {
text-transform: capitalize;
}
div.news h3 {
text-align: left !important;
}
div.news p {
color: #330;
font-size: 9pt;
@ -910,4 +914,4 @@ div.footnote hr{
margin-top: -8px;
margin-bottom: -5px;
margin-right: 5px;
}
}

View File

@ -356,6 +356,10 @@ div.news li {
text-transform: capitalize;
}
div.news h3 {
text-align: left !important;
}
div.news h4 {
border-bottom: 1px;
border-bottom-style: dotted;
@ -1076,4 +1080,4 @@ div.footnote hr{
margin-top: -5px;
margin-bottom: -5px;
margin-right: 5px;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,6 @@ h4 {
margin: 5px 0 15px 0;
padding: 5px 10px;
background: #eef url(images/header.png) repeat-x center center;
text-transform: uppercase;
letter-spacing: 0.08em;
-moz-box-shadow: inset 0px 0px 4px 0px #bbf;
-moz-border-radius: 4px;

View File

@ -431,6 +431,10 @@ div.news li {
font-weight: bold;
}
div.news h3 {
text-align: left !important;
}
div.news p {
color: #eef;
font-size: 9pt;
@ -960,4 +964,4 @@ div.footnote hr{
margin-top: -5px;
margin-bottom: -10px;
margin-right: 5px;
}
}