Add main.css file

This commit is contained in:
Eike Foken
2011-04-16 18:39:56 +02:00
parent 1bb3832ecc
commit 19939ff095

13
assets/css/main.css Normal file
View File

@@ -0,0 +1,13 @@
body {
background: #7f99be;
}
#header {
border-bottom: 1px solid #666;
background: #1e4176;
padding: 5px;
color: #fff;
font-size: 20px;
font-weight: bold;
font-family: 'Trebuchet MS', sans-serif;
}