From: Dennis Schafroth Date: Fri, 4 Jun 2010 13:30:52 +0000 (+0200) Subject: Add nav style from AV CLUB X-Git-Tag: v1.4.2~7^2~27 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=79cdd0c12f83f443bd76b937aee0b16de2814c96;p=pazpar2-moved-to-github.git Add nav style from AV CLUB --- diff --git a/www/iphone/UiUIKit/stylesheets/iphone.css b/www/iphone/UiUIKit/stylesheets/iphone.css index d42d3f9..b579ea5 100644 --- a/www/iphone/UiUIKit/stylesheets/iphone.css +++ b/www/iphone/UiUIKit/stylesheets/iphone.css @@ -45,7 +45,34 @@ text-shadow: #fff 0 1px 0; margin: 15px 0 0 10px; } - + +#nav { + background-color: #000; + height: 30px; + width: 100%; + overflow: hidden; +} +#nav li { + margin: 10px 5px 0 5px; + float: left; + padding: 0; + margin: 0; + list-style: none; +} +#nav a { + color: #fff; + text-transform: uppercase; + font-size: 10px; + margin-left: 3px; + } + + a { + text-decoration: none; + color: #1A4064; + cursor: pointer; + } + + /* standard paragraph on body */