diff options
| author | fat <[email protected]> | 2013-08-17 18:41:51 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-17 18:41:51 -0700 |
| commit | a39cb4be909c667ade97f6575dd904f1ba34d96f (patch) | |
| tree | b14f30533ac723759031e3f97c8cd0bf7a7582e9 /assets/css/docs.css | |
| parent | 29bf254fc360deef21d89751aa5dc7ffefc86e15 (diff) | |
| parent | 405df13044adcbb5925159726a0b64918c8e263a (diff) | |
| download | bootstrap-a39cb4be909c667ade97f6575dd904f1ba34d96f.tar.xz bootstrap-a39cb4be909c667ade97f6575dd904f1ba34d96f.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index e792ae2cf..da126d165 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -193,6 +193,27 @@ body { font-weight: normal; } +/* Alerts */ +.bs-customizer-alert { + position: fixed; + top: 51px; + left: 0; + right: 0; + z-index: 1030; + padding: 15px 0; + color: #fff; + background-color: #d9534f; + box-shadow: inset 0 1px 0 rgba(255,255,255,.25); + border-bottom: 1px solid #b94441; +} +.bs-customizer-alert .close { + margin-top: -2px; + color: #fff; + text-shadow: none; +} +.bs-customizer-alert p { + margin-bottom: 0; +} /* Docs pages and sections |
