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

@ -1,4 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
@ -16,6 +15,21 @@
</head>
<body>
<%# The new test header. %>
<div class="header_new">
<div class="container">
<div class="row">
<div class="onecol">&nbsp;</div>
<div class="onecol header_home"><span class="logo_contact">Home</span></div>
<div class="sixcol header_menu">[A..Z] [gift] [new] [search w/o submit]</div>
<div class="threecol header_user">name@domain.com [out]</div>
<div class="onecol">&nbsp;</div>
</div>
</div>
</div>
<br /><br /><br />
<div class="container">
<%# The header. %>
<div class="row header">

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;