2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

make topbar .fill wrap

This commit is contained in:
Jacob Thornton
2011-08-21 18:14:53 -07:00
parent e1e4ceee3f
commit 48c3c6f1b6
5 changed files with 45 additions and 53 deletions
-5
View File
@@ -19,11 +19,6 @@ div.topbar {
// gradient is applied to it's own element because overflow visible is not honored by ie when filter is present
.fill {
background:#222;
position:absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
#gradient > .vertical(#333, #222);
@shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
.box-shadow(@shadow);