1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 00:06:46 +02:00

responsive images, updated shadows on navbars, remove responsive file from docs

This commit is contained in:
Mark Otto
2012-11-04 00:31:43 -07:00
parent 3de6f3ff88
commit 25fded1ff4
8 changed files with 17 additions and 13 deletions

View File

@@ -182,13 +182,13 @@
}
.navbar-fixed-top,
.navbar-static-top {
.box-shadow(~"inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1)");
.box-shadow(0 1px 10px rgba(0,0,0,.1));
}
// Fixed to bottom
.navbar-fixed-bottom {
bottom: 0;
.box-shadow(~"inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1)");
.box-shadow(0 -1px 10px rgba(0,0,0,.1));
}