aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css
diff options
context:
space:
mode:
authorJef van Schendel <jefvanschendel@gmail.com>2011-07-07 17:54:33 +0200
committerJef van Schendel <jefvanschendel@gmail.com>2011-07-07 17:54:33 +0200
commitd6ae709c14a628edb2c493654f0c02146503b7d8 (patch)
tree497d9e485f9135cdf4bcfd651d27f69f17d40c9f /mediagoblin/static/css
parentfd9807ffc33c85552e39d5f7d367ba7a32d8cc2e (diff)
downloadmediagoblin-d6ae709c14a628edb2c493654f0c02146503b7d8.tar.lz
mediagoblin-d6ae709c14a628edb2c493654f0c02146503b7d8.tar.xz
mediagoblin-d6ae709c14a628edb2c493654f0c02146503b7d8.zip
Additional style changes to navigation; add three navigation images
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r--mediagoblin/static/css/base.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 0fc33ed7..09f08445 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -205,14 +205,14 @@ img.media_icon{
/* navigation */
.navigation_button{
- width: 139px;
+ width:139px;
display:block;
float:left;
- text-align: center;
- background-color: #393939;
- text-decoration: none;
- padding: 6px 0pt;
- font-family: 'Carter One', arial, serif;
+ text-align:center;
+ background-color:#393939;
+ text-decoration:none;
+ padding:12px 0pt;
+ font-family:'Carter One', arial, serif;
font-size:2em;
margin:0 0 20px
}