gfse & minibar: minor style adjustments

This commit is contained in:
hallgren
2012-02-29 17:37:13 +00:00
parent 01404e579c
commit b727e676b4
3 changed files with 8 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ body.minibar {
}
h1, h2, h3, small, th { font-family: sans-serif; }
h1, h2, h3 { color: #303030; text-shadow: rgba(0,0,0,0.25) 3px 3px 5px; }
th, td { vertical-align: baseline; text-align: left; }
@@ -28,6 +29,7 @@ div.word, span.word, div#words div, div#words input[type=button] {
border: 1px solid black;
padding: 3px;
margin: 3px;
box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.invalid { color: red; }