diff options
| author | Josh Brewer | 2011-04-18 21:22:31 -0700 |
|---|---|---|
| committer | Josh Brewer | 2011-04-18 21:22:31 -0700 |
| commit | 2c8f2447a34d3f939d4d2febb47e06d6ba99cb54 (patch) | |
| tree | 96e083dd600a09672771ed1ffda6f63d825352f5 /site/css | |
| parent | 71423deaef0a788aab261140de8ffe95429799f6 (diff) | |
| download | ffffallback-2c8f2447a34d3f939d4d2febb47e06d6ba99cb54.tar.bz2 | |
class should be an id
Diffstat (limited to 'site/css')
| -rw-r--r-- | site/css/screen.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/css/screen.css b/site/css/screen.css index 91d78e8..fdf5afb 100644 --- a/site/css/screen.css +++ b/site/css/screen.css @@ -222,12 +222,12 @@ hgroup + p, hgroup + p + p { max-width:25em; } -.bkmrklt { +#bkmrklt { font-size:1.3125em; margin-bottom: 3em; position:relative; } -.bkmrklt a { +#bkmrklt a { background:url(../images/bookmarklet-button.png) no-repeat 0 0; border:0; direction: ltr; @@ -238,10 +238,10 @@ hgroup + p, hgroup + p + p { height:57px; width:215px; } -.bkmrklt a:hover { +#bkmrklt a:hover { border-bottom:0; } -.bkmrklt span { +#bkmrklt span { color:#eebe5f; font-weight:200; left: 11em; |
