Skip to content

Commit

Permalink
adjustments after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Escalante committed Feb 1, 2016
1 parent 534d081 commit a8ac4ba
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 8 additions & 0 deletions root/assets/css/_global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
body
padding: 50px
font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif
color: #555
-webkit-font-smoothing: antialiased
-webkit-text-size-adjust: 100%
-ms-text-size-adjust: 100%
font-size-adjust: auto
2 changes: 0 additions & 2 deletions root/assets/css/global.css

This file was deleted.

2 changes: 1 addition & 1 deletion root/assets/css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/* Use this file to split out your css to multiple files. Just make sure to
@import the file name here so it's included! */

@import "global"
@import "_global"
2 changes: 1 addition & 1 deletion root/views/index.jade
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends layout

block content
h3 Welcome to roots!
h3 Welcome to Roots!
:marked
Find tutorials and documentation at http://roots.cx : )
2 changes: 1 addition & 1 deletion root/views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ html
//- uncomment if your site is responsive!
//- meta(name="viewport" content="width=device-width, initial-scale=1")
title= _path
!= css()
link(rel='stylesheet', href='css/master.css')

body
block content
Expand Down

0 comments on commit a8ac4ba

Please sign in to comment.