diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-22 14:19:04 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-22 14:19:04 -0400 |
| commit | 8420e6bd5d70b77da172ea6bbc61bf4f508a1dd2 (patch) | |
| tree | 87b422bf2317b3de22ff8218fcc672aae9d78266 /static/css/header.css | |
| parent | dd69164d5f9d992ae0baa424987d3ead82627618 (diff) | |
sostler prod commit
Diffstat (limited to 'static/css/header.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, |
