Minor theme tweaks.

This commit is contained in:
z3d
2009-07-16 18:56:56 +00:00
parent a13e528972
commit 0650137e32
2 changed files with 10 additions and 0 deletions

View File

@ -354,6 +354,7 @@ h4 {
margin: 5px 0 10px 0; margin: 5px 0 10px 0;
font-size: 11pt; font-size: 11pt;
} }
button { button {
border: 1px outset #ddddc0; border: 1px outset #ddddc0;
padding: 1px 3px; padding: 1px 3px;

View File

@ -360,6 +360,15 @@ h3 {
background: #eef; background: #eef;
} }
h4 {
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #001;
padding: 0 0 10px 0;
margin: 5px 0 10px 0;
font-size: 11pt;
}
button { button {
border: 1px outset #ddddc0; border: 1px outset #ddddc0;
padding: 1px 3px; padding: 1px 3px;