added ubuntu webfont and fixed taylors naughty naughty inline styles
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
This commit is contained in:
parent
0824c871fd
commit
d5c01b6e74
|
@ -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 @@ .intro-text
|
|||
{
|
||||
width:480px;
|
||||
line-height:1.4em;
|
||||
margin-top:45px;
|
||||
}
|
||||
|
||||
.main
|
||||
|
|
Loading…
Reference in New Issue