From 3bba96d914d1c85d22590b66725e823201d3ba73 Mon Sep 17 00:00:00 2001 From: randomdan Date: Wed, 9 May 2012 15:36:10 +0000 Subject: Import script fix on rarely used field name CSS fixes for minor things --- gentoobrowse/console/categorymetadata.xml | 2 +- gentoobrowse/css/screen.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gentoobrowse/console/categorymetadata.xml b/gentoobrowse/console/categorymetadata.xml index 8eb337d..780b2ba 100644 --- a/gentoobrowse/console/categorymetadata.xml +++ b/gentoobrowse/console/categorymetadata.xml @@ -16,7 +16,7 @@ - + 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; -- cgit v1.2.3