2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Adjust info callout, add callouts to docs

* Adjust the background-color of bs-callout-info to match danger and
warning in tone
* Convert all the callouts
* Change some callouts to info/warning
* Add new callout
This commit is contained in:
Julian Thilo
2013-06-26 15:59:33 +02:00
parent f00c885d4c
commit b4e0e4fee6
6 changed files with 82 additions and 51 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ body {
border-left: 5px solid #f5d659;
}
.bs-callout-info {
background-color: #daecf9;
background-color: #f0f7fd;
border-left: 5px solid #55a9e1;
}