diff options
| -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; | 
