diff options
| author | Josh Brewer | 2011-04-18 21:24:26 -0700 | 
|---|---|---|
| committer | Josh Brewer | 2011-04-18 21:24:26 -0700 | 
| commit | 73285aee80f90c7b83a6014f8c4af1825d33b3f5 (patch) | |
| tree | 5d16bf50b85a6249a76024b72a7c415c7590f80e | |
| parent | 2c8f2447a34d3f939d4d2febb47e06d6ba99cb54 (diff) | |
| download | ffffallback-73285aee80f90c7b83a6014f8c4af1825d33b3f5.tar.bz2 | |
class should be an id
| -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 fdf5afb..bc1e4d1 100644 --- a/site/css/screen.css +++ b/site/css/screen.css @@ -222,12 +222,12 @@ hgroup + p, hgroup + p + p {    max-width:25em;  } -#bkmrklt { +#bookmarklet {    font-size:1.3125em;    margin-bottom: 3em;    position:relative;  } -#bkmrklt a { +#bookmarklet 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 { +#bookmarklet a:hover {    border-bottom:0;  } -#bkmrklt span { +#bookmarklet span {    color:#eebe5f;    font-weight:200;    left: 11em; | 
