diff options
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/header.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/header.css b/static/css/header.css index 2466b22..2c45fc0 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -1,6 +1,18 @@ /* reset.css From http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */ +a.img_roll:link, .img_roll{ + width:130px; + height:46px; + display:block; + background-image:url(http://dump.fm/static/img/dumppixel.png); +} +a.img_roll:hover{ + width:130px; + height:46px; + display:block; + background-image:url(http://dump.fm/static/img/dumppixelhover.png); +} html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
