diff options
| author | Mark Otto <[email protected]> | 2013-03-16 12:09:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-16 12:09:26 -0700 |
| commit | be8f992c94d8155248ddb10dc84bb04c6f7cbe28 (patch) | |
| tree | 7ca5ceefd48fdfc798c877d03c6d9a7bf685d35b | |
| parent | f77dc548a1a4abc03fc1547f9b1a2a6a38a359f8 (diff) | |
| download | bootstrap-be8f992c94d8155248ddb10dc84bb04c6f7cbe28.tar.xz bootstrap-be8f992c94d8155248ddb10dc84bb04c6f7cbe28.zip | |
remove inner shadow from .highlight
| -rw-r--r-- | docs/assets/css/docs.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 00da72611..ca8fc006e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -558,7 +558,6 @@ input.focused { background-color: #f7f7f9; border: 1px solid #e1e1e8; border-radius: 4px; - box-shadow: inset 44px 0 0 #fbfbfc, inset 45px 0 0 #ececf0; } .highlight pre { padding: 0; |
