Skip to content

Commit

Permalink
a couple quick updates to the CSS and denoted that it was version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhg committed May 29, 2011
1 parent 6b8ff4d commit c7f3e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -2,7 +2,7 @@
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>

<!-- Basic Page Needs
Expand Down Expand Up @@ -47,7 +47,7 @@
<div class="container">
<div class="sixteen columns">
<h1 class="remove-bottom" style="margin-top: 40px">Skeleton</h1>
<h5>Version 1.0.1</h5>
<h5>Version 1.0.2</h5>
<hr />
</div>
<div class="one-third column">
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/base.css
Expand Up @@ -75,7 +75,7 @@
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }

p { margin: 0 0 20px; }
p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777; }

Expand Down

0 comments on commit c7f3e54

Please sign in to comment.