diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-07-11 12:47:08 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-07-11 12:47:08 +0200 |
commit | 015effb244be30eeee34a61080216de1ec2e2625 (patch) | |
tree | 54c884fb5555f10de8b16c8735539e5deb76192e /design | |
parent | 822a630601960797266f0bae6aea3fdc3a141d5c (diff) | |
download | Bits-015effb244be30eeee34a61080216de1ec2e2625.tar.gz Bits-015effb244be30eeee34a61080216de1ec2e2625.zip |
Minor usability & presentation changes.
Diffstat (limited to 'design')
-rw-r--r-- | design/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/design/style.css b/design/style.css index 613fed7..19cacc1 100644 --- a/design/style.css +++ b/design/style.css @@ -52,10 +52,9 @@ h1 { } .menu a { - min-width: 100px; padding: 4px; - padding-left: 20px; - padding-right: 20px; + padding-left: 25px; + padding-right: 25px; } } @@ -155,7 +154,7 @@ iframe, textarea { padding: 8px; border: 1px solid #CFC; background-color: #E7FFE7; - color: #2A2; + color: #060; } .tree_branch { |