Made some changes to the css and asset compiling settings

This commit is contained in:
2013-01-25 07:48:13 -07:00
parent bb7b2aeca5
commit 6d0a7b165a
5 changed files with 16 additions and 14 deletions

View File

@@ -11,9 +11,3 @@
*= require_self
*= require_tree .
*/
table { border-spacing: 0; }
td, th { padding: 0.5em; }
.col_highlight { background-color: #ccc; }
dt { font-weight: bold; }
.notice { color: green; }
.alert { color: red; }

View File

@@ -67,3 +67,11 @@ div {
list-style: square;
}
}
table { border-spacing: 0; }
td, th { padding: 0.5em; }
.col_highlight { background-color: #ccc; }
dt { font-weight: bold; }
.notice { color: green; }
.alert { color: red; }