diff options
| author | Mark Otto <[email protected]> | 2015-12-06 23:54:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-06 23:54:36 -0800 |
| commit | e056a66a3bee54ec11ab6a8c6e5b2ab721565114 (patch) | |
| tree | f44c65d7569f308f9a1d5709133a6681acdff88b /docs/assets/css/src/docs.css | |
| parent | 45b318b32f5161c32910d4cf4730200d62934ae4 (diff) | |
| parent | 46a294f683bb72cbc7df2a8e2080b7fc2842777a (diff) | |
| download | bootstrap-e056a66a3bee54ec11ab6a8c6e5b2ab721565114.tar.xz bootstrap-e056a66a3bee54ec11ab6a8c6e5b2ab721565114.zip | |
Merge pull request #18446 from twbs/fix-18332
Check-in the v4 notice and themes link in the docs
Diffstat (limited to 'docs/assets/css/src/docs.css')
| -rw-r--r-- | docs/assets/css/src/docs.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index c0c2452b0..2ffc06686 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -1607,3 +1607,18 @@ h1[id] { -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6); box-shadow: 0 0 8px rgba(82,168,236,.6); } + +/* v4 notice above main navbar */ +.v4-tease { + display: block; + padding: 15px 20px; + font-weight: bold; + color: #fff; + text-align: center; + background-color: #0275d8; +} +.v4-tease:hover { + color: #fff; + text-decoration: none; + background-color: #0269c2; +} |
