You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fancy-hovers/index.html
+4-3
Original file line number
Diff line number
Diff line change
@@ -40,17 +40,18 @@ <h1>Here are some fancy hovers:</h1>
40
40
<span></span>
41
41
</li>
42
42
</ul>
43
-
<p>They use <ahref="http://www.alistapart.com/articles/understanding-css3-transitions/">CSS3 transitions</a> to ramp the opacity of the hover state.</p>
43
+
<p>They use <ahref="http://www.alistapart.com/articles/understanding-css3-transitions/">CSS3 transitions</a> to ramp the opacity of the hover state. Pretty slick, eh?</p>
44
44
</section>
45
45
<section>
46
-
<h1>… and here's the <ahref="http://compass-style.org/">Compass</a>-generated spritesheet:</h1>
46
+
<h1>Here's the <ahref="http://compass-style.org/">Compass</a>-generated <ahref="http://compass-style.org/help/tutorials/spriting/">spritesheet</a>:</h1>
Copy file name to clipboardExpand all lines: stylesheets/style.css
+2-2
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ h1 {
252
252
overflow: hidden;
253
253
*zoom:1;
254
254
width:285px;
255
-
margin:0 auto 30px; }
255
+
margin:0 auto 15px; }
256
256
/* line 60, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
257
257
#hoversli {
258
258
list-style-image: none;
@@ -435,7 +435,7 @@ h1 {
435
435
436
436
/* line 84, ../../views/stylesheets/style.css.sass */
437
437
#sprite {
438
-
margin-bottom:30px; }
438
+
margin-bottom:15px; }
439
439
440
440
/* line 87, ../../views/stylesheets/style.css.sass */
0 commit comments