diff options
Diffstat (limited to 'mediagoblin/static')
-rw-r--r-- | mediagoblin/static/css/base.css | 12 | ||||
-rw-r--r-- | mediagoblin/static/css/base.css~ | 8 |
2 files changed, 10 insertions, 10 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'); } diff --git a/mediagoblin/static/css/base.css~ b/mediagoblin/static/css/base.css~ index 17f9e012..e69a87e7 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 { +.button_red { background-image: url('button_red.png'); } -.buttonGreen { +.button_green { background-image: url('button_green.png'); } |