Skip to content

Commit a8ac4ba

Browse files
author
Jeff Escalante
committed
adjustments after testing
1 parent 534d081 commit a8ac4ba

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

root/assets/css/_global.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
body
2+
padding: 50px
3+
font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif
4+
color: #555
5+
-webkit-font-smoothing: antialiased
6+
-webkit-text-size-adjust: 100%
7+
-ms-text-size-adjust: 100%
8+
font-size-adjust: auto

root/assets/css/global.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

root/assets/css/master.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/* Use this file to split out your css to multiple files. Just make sure to
33
@import the file name here so it's included! */
44

5-
@import "global"
5+
@import "_global"

root/views/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extends layout
22

33
block content
4-
h3 Welcome to roots!
4+
h3 Welcome to Roots!
55
:marked
66
Find tutorials and documentation at http://roots.cx : )

root/views/layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ html
99
//- uncomment if your site is responsive!
1010
//- meta(name="viewport" content="width=device-width, initial-scale=1")
1111
title= _path
12-
!= css()
12+
link(rel='stylesheet', href='css/master.css')
1313

1414
body
1515
block content

0 commit comments

Comments
 (0)