diff options
| author | Mark Otto <[email protected]> | 2013-08-13 14:46:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-13 14:46:34 -0700 |
| commit | 2bc67b334d756f7aa26aabcc337fb4e6f6545e6b (patch) | |
| tree | b7a4959aaee5ae998fd006cb568d2c30cc8e1832 /dist/css/bootstrap.css | |
| parent | a2475f0145f0b4c2b94feed4310ebd464fbd2df5 (diff) | |
| download | bootstrap-2bc67b334d756f7aa26aabcc337fb4e6f6545e6b.tar.xz bootstrap-2bc67b334d756f7aa26aabcc337fb4e6f6545e6b.zip | |
nuke the box-shadow on uncollapsed navbar-collapse
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 12ff99380..d02822ff4 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3189,6 +3189,7 @@ button.close { padding-top: 0; padding-bottom: 0; border-top: 0; + box-shadow: none; } } |
