Skip to content

Commit c63c63b

Browse files
committed
updated some copy & styles
1 parent f96f927 commit c63c63b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

fancy-hovers/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,18 @@ <h1>Here are some fancy hovers:</h1>
4040
<span></span>
4141
</li>
4242
</ul>
43-
<p>They use <a href="http://www.alistapart.com/articles/understanding-css3-transitions/">CSS3 transitions</a> to ramp the opacity of the hover state.</p>
43+
<p>They use <a href="http://www.alistapart.com/articles/understanding-css3-transitions/">CSS3 transitions</a> to ramp the opacity of the hover state. Pretty slick, eh?</p>
4444
</section>
4545
<section>
46-
<h1>&hellip; and here's the <a href="http://compass-style.org/">Compass</a>-generated spritesheet:</h1>
46+
<h1>Here's the <a href="http://compass-style.org/">Compass</a>-generated <a href="http://compass-style.org/help/tutorials/spriting/">spritesheet</a>:</h1>
4747
<div id='sprite'>
4848
<img alt='the generated sprite' src='/images/hovertest-7cd2242a05.png'>
4949
</div>
50+
<p>Didn't have to make this by hand. Thanks Compass!</p>
5051
</section>
5152
<section>
5253
<h1>
53-
get the source
54+
Get the source code for this mixin
5455
<a href='https://gist.github.com/959764'>here</a>
5556
</h1>
5657
</section>

stylesheets/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ h1 {
252252
overflow: hidden;
253253
*zoom: 1;
254254
width: 285px;
255-
margin: 0 auto 30px; }
255+
margin: 0 auto 15px; }
256256
/* line 60, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
257257
#hovers li {
258258
list-style-image: none;
@@ -435,7 +435,7 @@ h1 {
435435

436436
/* line 84, ../../views/stylesheets/style.css.sass */
437437
#sprite {
438-
margin-bottom: 30px; }
438+
margin-bottom: 15px; }
439439

440440
/* line 87, ../../views/stylesheets/style.css.sass */
441441
#whatshere {

0 commit comments

Comments
 (0)