lib/generators/template/templates/public/stylesheets/screen.css in template-1.0.0 vs lib/generators/template/templates/public/stylesheets/screen.css in template-1.2.1
- old
+ new
@@ -2,16 +2,19 @@
html{
overflow-y: scroll;
}
-div{
+/* -- uncomment this div if you want outlines on all divs --*/
+/*
+ div{
border: 1px solid #44dd11;
-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
}
+*/
body{
background-color: #fff;
color: #333;
}
@@ -20,10 +23,10 @@
width:950px;
margin:0 auto;
}
#header{
- height: 150px;
+ height: 50px;
padding: 20px;
}