diff options
Diffstat (limited to 'assets/style.css')
| -rw-r--r-- | assets/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index a030cea..57ce4dc 100644 --- a/assets/style.css +++ b/assets/style.css @@ -114,6 +114,7 @@ h6 { .search-form-wrap { text-align: center; + font-size: 120%; } ul.search-results li { @@ -136,6 +137,25 @@ input.search { width: 100%; } +input, button { + font-size: inherit; + font-family: inherit; +} + + +tbody tr.even { + background: #f8f8f8; +} + +table td { + padding: 0.3em; +} + +table th { + padding: 0.5em; + border-bottom: 1pt solid #777; +} + /* layout */ header { |
