2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Fixes #11572: Add contextual background-color classes to match text classes; move both sets of classes to Helper Classes section of the CSS docs

This commit is contained in:
Mark Otto
2013-12-14 21:40:16 -08:00
parent 67b536ea51
commit 072ccd4dda
6 changed files with 131 additions and 38 deletions
+5
View File
@@ -779,6 +779,11 @@ h1[id] {
margin: 0;
}
/* Contextual background colors */
.bs-example-bg-classes p {
padding: 15px;
}
/* Images */
.bs-example > .img-circle,
.bs-example > .img-rounded,