Skip to content

Commit

Permalink
tweaked intro RC text.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed May 16, 2012
1 parent 9ef9170 commit f769af7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/source/index.html.md
Expand Up @@ -46,12 +46,12 @@
<section class="why">
<h2>Why is 1.0 a release candidate?</h2>
<p>
Susy 1.0 is stable and tested, all the features are in,
and we're ready to launch.
But our 1.0 depends on unreleased Compass and Sass features.
Susy 1.0 is stable, tested, <span class="amp">&</span> feature complete;
but our launch depends on unreleased Compass and Sass features.
We think those features are stable as well,
and we'll do what it takes to stay on top of any changes they make,
but we can't officially land until they do.
and you should <a href="guides/getting-started/">get started</a>
with Susy 1.0 RC right now.
We'll make sure the final upgrade is as painless as possible.
</p>
</section>
<figure class="ag-test">
Expand Down
9 changes: 8 additions & 1 deletion docs/source/stylesheets/_modules/_intro.scss
Expand Up @@ -60,15 +60,22 @@
clear: both;
border-color: $susy-highlight;
h2 { @include adjust-font-size-to($largepx,1.5,$medpx); }
a {
#{$link} {
font-family: $caps-stack;
text-transform: uppercase;
}
}
@include at-breakpoint($break) {
@include trailer(2,$medpx);
@include h-borders(3px,1.5,$medpx);
@include pad(2,2);
position: relative;
@include font-icon($icon-question-sign) {
@include adjust-font-size-to($xxxlargepx);
position: absolute;
left: 0;
top: rhythm(-.375,$xxxlargepx);
top: rhythm(-.5,$xxxlargepx);
color: $susy-background-dark-5;
z-index: -1;
}
Expand Down

0 comments on commit f769af7

Please sign in to comment.