More minor theme embellishments.

This commit is contained in:
z3d
2009-10-04 18:02:28 +00:00
parent f7840652ed
commit b27fbb9b8e
2 changed files with 3 additions and 3 deletions

View File

@ -310,7 +310,7 @@ div.confignav {
} }
div.configure { div.configure {
padding: 0 15px 15px 15px; padding: 5px 15px 15px 15px;
margin: 10px 0px; margin: 10px 0px;
background: #005; background: #005;
-moz-border-radius: 4px; -moz-border-radius: 4px;

View File

@ -438,7 +438,7 @@ table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
border: 1px solid #000022; border: 1px solid #000022;
margin: 10px -15px 5px 0px; margin: 1px -15px 5px 0px;
cell-padding: 1px; cell-padding: 1px;
font-size: 7pt; font-size: 7pt;
background: #b4c8ff url('images/tabletitlelight.png') repeat-x; background: #b4c8ff url('images/tabletitlelight.png') repeat-x;
@ -595,7 +595,7 @@ h2 {
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
margin: 15px 0px 5px 0 !important; margin: 15px 0px 15px 0 !important;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 0px #002;
word-wrap: break-word; word-wrap: break-word;
} }