1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

experiment with more utilities

This commit is contained in:
Mark Otto
2014-07-14 08:48:26 -07:00
parent 68b71d1a50
commit 4d6ab7c068
8 changed files with 70 additions and 4 deletions

View File

@@ -579,6 +579,12 @@ a.bg-warning:hover {
a.bg-danger:hover {
background-color: #e4b9b9;
}
.bg-gray-dark {
background-color: #373a3c;
}
a.bg-gray-dark:hover {
background-color: #1f2021;
}
ul,
ol {
margin-top: 0;
@@ -5075,6 +5081,21 @@ button.close {
.pull-left {
float: left !important;
}
.inverse {
color: #eceeef;
background-color: #373a3c;
}
.p-a {
padding: 1rem;
}
.p-h {
padding-right: 1rem;
padding-left: 1rem;
}
.p-v {
padding-top: 1rem;
padding-bottom: 1rem;
}
.show {
display: block !important;
}