diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-08-02 16:54:13 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-08-02 16:54:13 +0100 |
commit | 048f420510370b6276db27da5c4f55620badf6b4 (patch) | |
tree | f47ba83136adc904293ba7c8151d93595e8acea9 /static/stylesheets/bytemark.css | |
parent | 44716daaf1eb940b33b0459941f29881ae09aa3a (diff) |
More interface tweaks.
--HG--
rename : mauveserver.conf => etc/mauveserver.conf
rename : test/ts_mauve.rb => test/test_mauve.rb
Diffstat (limited to 'static/stylesheets/bytemark.css')
-rw-r--r-- | static/stylesheets/bytemark.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/stylesheets/bytemark.css b/static/stylesheets/bytemark.css index e4a14cb..365d3aa 100644 --- a/static/stylesheets/bytemark.css +++ b/static/stylesheets/bytemark.css @@ -64,10 +64,15 @@ h2 a { h3, th { font-weight: bold; - font-size: small; + font-size: normal; background-color: #E4E4E4; color: black; } + +th { + font-size: small; +} + h3 { padding: 3px 5px; margin: 5px 5px 0px 5px; @@ -96,7 +101,7 @@ div#navbar { margin: -5px -5px 5px -5px; padding-left: 15px; background-color: #666; - font-size: 14px; + font-size: small; } div#navbar ul { |