Skip to content

Commit

Permalink
rename middle section for clarity (Mo Advanced -> Dig Deep). nav marg…
Browse files Browse the repository at this point in the history
…in tweaks.
  • Loading branch information
paulirish committed Nov 30, 2011
1 parent 4897b37 commit b856d56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ section, header {


/* Nav Sticky */
.sticky { position: fixed; top: 0; left: 0; z-index: 2; }
.sticky { position: fixed; top: 0; left: 0; z-index: 2; margin: 0; }

section ul, section ol {
margin-left: 2%;
Expand Down Expand Up @@ -424,6 +424,7 @@ nav {
background: -moz-linear-gradient(rgba(50, 74, 105, 0.8), rgba(50, 74, 105, 1));
background: -ms-linear-gradient(rgba(50, 74, 105, 0.8), rgba(50, 74, 105, 1));
width: 100%;
margin: 40px 0 -30px;
}

nav ul,
Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html public "i ♥ the web">
<!--[if lte IE 8]> <html class="no-js oldie no-fontface" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js no-fontface" lang="en"> <!--<![endif]-->
<!--[if lte IE 8]> <html class="no-js oldie no-fontface" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js no-fontface" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Move The Web Forward | Guide to getting involved with standards and browser development</title>
Expand Down Expand Up @@ -29,9 +29,9 @@ <h2 class="subhed-lead">Wear a beanie today, build the web tomorrow</h2>
</header>
<nav id="toc">
<ul>
<li><a href=#levelup>A New Beginning</a></li>
<li><a href=#moadvanced>Mid-life crisis</a></li>
<li><a href=#virtuoso>Enlightenment</a></li>
<li><a href=#levelup>Level up!</a></li>
<li><a href=#digdeep>Dig Deep</a></li>
<li><a href=#virtuoso>Virtuoso</a></li>
</ul>
</nav>

Expand Down Expand Up @@ -152,9 +152,9 @@ <h2 class="subhed">A helping hand.</h2>
</article>

<article class="section">
<div class="standout" id=moadvanced>
<h1 class="hed">Mo’ Advanced</h1>
<h2 class="subhed">Are you a ninja? Dare to know what you can do beyond these?</h2>
<div class="standout" id=digdep>
<h1 class="hed">Dig Deep</h1>
<h2 class="subhed">You clearly know your way around. Now it's time to show it.</h2>
</div>
<section id="helpothers" class="col-ab">
<div class="col-a">
Expand Down

0 comments on commit b856d56

Please sign in to comment.