Start new header: one broad line.
This commit is contained in:
parent
afbbf88f8d
commit
f65ebd0134
2 changed files with 27 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue