Commit d3811af3 by Taylor Otwell

Merge pull request #625 from daylerees/docs-style-fix

Ubuntu font in docs, and naughty inline styles fixed.
parents 70d47461 d5c01b6e
......@@ -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">
......
@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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment