added ubuntu webfont and fixed taylors naughty naughty inline styles

Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
This commit is contained in:
Dayle Rees 2012-05-04 17:42:06 +01:00
parent 0824c871fd
commit d5c01b6e74
2 changed files with 3 additions and 1 deletions

View File

@ -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">

View File

@ -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 @@ .intro-text
{
width:480px;
line-height:1.4em;
margin-top:45px;
}
.main