Browse Source

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

Ubuntu font in docs, and naughty inline styles fixed.
Taylor Otwell 12 years ago
parent
commit
d3811af333
2 changed files with 3 additions and 1 deletions
  1. 1 1
      bundles/docs/views/template.blade.php
  2. 2 0
      public/laravel/css/style.css

+ 1 - 1
bundles/docs/views/template.blade.php

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

+ 2 - 0
public/laravel/css/style.css

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