diff options
| author | Mark Otto <[email protected]> | 2014-02-04 00:18:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-04 00:18:34 -0800 |
| commit | ec6c9d28240aa4ef32b13be51943f98c00f3437e (patch) | |
| tree | 2eb4009a86a2744b39f0e0b7caa3f7e398c950d8 /docs/assets/css/docs.css | |
| parent | 229bc6fef99c9e94bd8d2927688aadea85b9feb2 (diff) | |
| download | bootstrap-ec6c9d28240aa4ef32b13be51943f98c00f3437e.tar.xz bootstrap-ec6c9d28240aa4ef32b13be51943f98c00f3437e.zip | |
Don't offset customizer alert, grunt dist
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 64cda346a..7cde54f66 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -1269,7 +1269,7 @@ h1[id] { /* Error handling */ .bs-customizer-alert { position: fixed; - top: 51px; + top: 0; left: 0; right: 0; z-index: 1030; |
