diff options
| author | Mark Otto <[email protected]> | 2014-07-14 08:48:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-14 08:48:26 -0700 |
| commit | 4d6ab7c0687daea9537322a04b8023b6774f1a52 (patch) | |
| tree | 6cc6812439905a4330201120d115574d82a9f8ce /docs/dist/css/bootstrap.css | |
| parent | 68b71d1a5072308f789a27237c260474d1698081 (diff) | |
| download | bootstrap-4d6ab7c0687daea9537322a04b8023b6774f1a52.tar.xz bootstrap-4d6ab7c0687daea9537322a04b8023b6774f1a52.zip | |
experiment with more utilities
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index fd196ed7a..0cc46d5e9 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -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; } |
