Ubuntu font in docs, and naughty inline styles fixed.
@@ -15,7 +15,7 @@
<h1>Laravel</h1>
<h2>A Framework For Web Artisans</h2>
- <p class="intro-text" style="margin-top: 45px;">
+ <p class="intro-text">
</p>
</header>
<div role="main" class="main">
@@ -1,3 +1,4 @@
+@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
@@ -101,6 +102,7 @@ body
{
width:480px;
line-height:1.4em;
+ margin-top:45px;
}
.main