From 79cdd0c12f83f443bd76b937aee0b16de2814c96 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 4 Jun 2010 15:30:52 +0200 Subject: [PATCH] Add nav style from AV CLUB --- www/iphone/UiUIKit/stylesheets/iphone.css | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) 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 */ -- 1.7.10.4