summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Brewer2011-04-18 21:22:31 -0700
committerJosh Brewer2011-04-18 21:22:31 -0700
commit2c8f2447a34d3f939d4d2febb47e06d6ba99cb54 (patch)
tree96e083dd600a09672771ed1ffda6f63d825352f5
parent71423deaef0a788aab261140de8ffe95429799f6 (diff)
downloadffffallback-2c8f2447a34d3f939d4d2febb47e06d6ba99cb54.tar.bz2
class should be an id
-rw-r--r--site/css/screen.css8
-rw-r--r--site/index.html2
2 files changed, 5 insertions, 5 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;
diff --git a/site/index.html b/site/index.html
index 30e2931..031b15e 100644
--- a/site/index.html
+++ b/site/index.html
@@ -33,7 +33,7 @@
<p><strong><span class="brave"><i class="ir">It's a brave new world.</i></span> Web fonts are here, sparking an exciting new era in web design. Ffffallback makes it easy to find the perfect fallback fonts, so you can make sure your designs degrade gracefully. Fffallback means better layouts for everyone.</strong></p>
<p>So in the spirit of bulletproof web design, we give you&hellip;</p>
- <div class="bkmrklt">
+ <div id="bkmrklt">
<a href="#">ffffallback</a>
<span>the bookmarklet!</span>
</div>