diff pylons_app/public/css/monoblue_custom.css @ 107:5e2470ebdbc6

Added repo switcher, in base and long term caching for this.
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 26 Apr 2010 00:38:53 +0200
parents 3ac4350b7848
children 7b778f90a871
line wrap: on
line diff
--- a/pylons_app/public/css/monoblue_custom.css	Sun Apr 25 23:26:14 2010 +0200
+++ b/pylons_app/public/css/monoblue_custom.css	Mon Apr 26 00:38:53 2010 +0200
@@ -43,7 +43,7 @@
     margin: 10px 0 30px;
     font-size: 1.8em;
     font-weight: bold;
-    font-family: osaka,'MS P Gothic', Georgia, serif;
+    font-family: sans-serif;
     letter-spacing: 1px;
     color: #DDD;
   }
@@ -91,18 +91,21 @@
     ul.page-nav li {
       margin: 0 2px 0 0;
       float: left;
-      width: 80px;
       height: 24px;
       font-size: 1.1em;
       line-height: 24px;
-      text-align: center;
+      text-align: center;    
     }
     ul.page-nav li.current {
       background: #FFF;
+      padding-right:5px;
+      padding-left:5px;
     }
     ul.page-nav li a {
       height: 24px;
       color: #666;
+      padding-right:5px;
+      padding-left:5px;        
       background: #DDD;
       display: block;
       text-decoration: none;