Skip to content

Commit 964c977

Browse files
committed
Change header bar color to make it easier to differentiate
1 parent 4fc6f66 commit 964c977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/skeleton.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/* #Base 960 Grid
2222
================================================== */
2323

24-
.container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
24+
.container { position: relative; width: 960px; margin: 0 auto; padding: 0; background-color: #ff000088; }
2525
.container .column,
2626
.container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
2727
.row { margin-bottom: 20px; }

0 commit comments

Comments
 (0)