]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Checkin .v4-tease styles 18446/head
authorChris Rebert <code@chrisrebert.com>
Sun, 6 Dec 2015 09:50:31 +0000 (01:50 -0800)
committerChris Rebert <code@chrisrebert.com>
Sun, 6 Dec 2015 09:50:35 +0000 (01:50 -0800)
[skip sauce]

docs/assets/css/src/docs.css

index c0c2452b08dcae09cbf9273e6c986c68953fd922..2ffc06686f902533cdd7081f73ced24fb46128ef 100644 (file)
@@ -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;
+}