Start new header: one broad line.

This commit is contained in:
Roland Jesse 2012-04-02 22:18:43 +02:00
parent afbbf88f8d
commit f65ebd0134
2 changed files with 27 additions and 1 deletions

View file

@ -41,6 +41,18 @@ h2 {
padding-bottom: 15px;
}
.header_new {
background: #f9f9f9; /* very light grey */
box-shadow: 5px 5px 3px #888;
}
.header_home { }
.header_menu {
text-align: center;
}
.header_user {
text-align: right;
}
.header_actions, .header_actions a {
color: #909090; /* medium grey */
font-weight: bold;