diff options
Diffstat (limited to 'gentoobrowse/css/screen.css')
-rw-r--r-- | gentoobrowse/css/screen.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gentoobrowse/css/screen.css b/gentoobrowse/css/screen.css index b70fa94..ceb0fa6 100644 --- a/gentoobrowse/css/screen.css +++ b/gentoobrowse/css/screen.css @@ -3,6 +3,7 @@ html { font-family: 'Open Sans', sans-serif; padding: 0; margin: 0; + color: black; } body { background: transparent url('/images/glogo-small.png') no-repeat 0 0; @@ -19,6 +20,7 @@ header h1 { padding-top: 10px; border-bottom: 1px solid black; height: 66px; + letter-spacing: -4px; } nav ul { font-size: 15px; @@ -43,6 +45,9 @@ p.error { a, a:visited { color: blue; } +a:active, a:focus { + outline: 0; +} nav { clear: both; } @@ -195,7 +200,7 @@ ul.ui-tabs-nav li { background-color: white; display: inline; padding: 0; - font-size: 14px; + font-size: 11px; border: 1px solid grey; margin: 0 2px; border-top-left-radius: 10px; |