Added main topbar and shit.

This commit is contained in:
Mark Otto
2011-04-28 17:24:59 -07:00
parent e89ba29385
commit d61317d7b5
5 changed files with 557 additions and 22 deletions

View File

@@ -179,3 +179,21 @@ div.mini-layout {
}
}
}
/* Topbar special styles
-------------------------------------------------- */
div.topbar-wrapper {
position: relative;
height: 40px;
margin: 5px 0 15px;
div.topbar {
position: absolute;
margin: 0 -20px;
padding-left: 20px;
padding-right: 20px;
.border-radius(4px);
}
}