diff options
author | Jef van Schendel <jefvanschendel@gmail.com> | 2011-05-13 15:33:58 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-13 15:33:58 -0500 |
commit | 223b410dce65e0ac940c0abfa29339de826d3c39 (patch) | |
tree | 36e6956de9fbf28738f49e18f0c2c719dff96ac2 /mediagoblin/static/css/base.css | |
parent | 8c01ae42e9ed502c0a37bed2f449076aa183ec83 (diff) | |
download | mediagoblin-223b410dce65e0ac940c0abfa29339de826d3c39.tar.lz mediagoblin-223b410dce65e0ac940c0abfa29339de826d3c39.tar.xz mediagoblin-223b410dce65e0ac940c0abfa29339de826d3c39.zip |
Styled buttons for real this time
Diffstat (limited to 'mediagoblin/static/css/base.css')
-rw-r--r-- | mediagoblin/static/css/base.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 17f9e012..3576fd1f 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -13,7 +13,7 @@ h1 { margin-top:50px; } -.dottedLine { +.dotted_line { width:100%; height:0px; border-bottom: dotted 1px #5f5f5f; @@ -42,7 +42,7 @@ a { margin-right: auto; } -.button { +.button_red, .button_green { font-family: 'Carter One', arial, serif; height: 28px; min-width: 99px; @@ -60,11 +60,11 @@ a { padding-right:11px; } -.buttonRed { - background-image: url('button_red.png'); +.button_red { + background-image: url('../images/button_red.png'); } -.buttonGreen { - background-image: url('button_green.png'); +.button_green { + background-image: url('../images/button_green.png'); } |