diff options
| author | Mark Otto <[email protected]> | 2013-12-11 22:39:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-11 22:39:03 -0800 |
| commit | 4fc2907723e7f7bb5b14eb5cec94d629b6834e7f (patch) | |
| tree | a9c1df41fbf5f912234f762f03668ea4ef9fd2b7 /docs-assets/css/docs.css | |
| parent | 0e8baab34ae21c813afb9d8c24b3cb2105aebc46 (diff) | |
| parent | 9966d035cd35c510369286cbb645340bdd6ffc95 (diff) | |
| download | bootstrap-4fc2907723e7f7bb5b14eb5cec94d629b6834e7f.tar.xz bootstrap-4fc2907723e7f7bb5b14eb5cec94d629b6834e7f.zip | |
Merge branch 'master' into docs_derp
Conflicts:
docs-assets/css/docs.css
docs-assets/js/application.js
Diffstat (limited to 'docs-assets/css/docs.css')
| -rw-r--r-- | docs-assets/css/docs.css | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index 3f03db9cf..0b96a9663 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -624,14 +624,14 @@ h1[id] { border-color: #faebcc; } .bs-callout-warning h4 { - color: #c09853; + color: #8a6d3b; } .bs-callout-info { background-color: #f4f8fa; border-color: #bce8f1; } .bs-callout-info h4 { - color: #3a87ad; + color: #34789a; } @@ -959,7 +959,6 @@ h1[id] { */ .highlight { - display: none; /* hidden by default, until >480px */ padding: 9px 14px; margin-bottom: 14px; background-color: #f7f7f9; @@ -987,13 +986,6 @@ h1[id] { color: #bebec5; } -/* Show code snippets when we have the space */ -@media (min-width: 481px) { - .highlight { - display: block; - } -} - /* * Responsive tests @@ -1075,20 +1067,19 @@ h1[id] { */ .bs-glyphicons { + margin: 0 -19px 20px -16px; + overflow: hidden; +} +.bs-glyphicons-list { padding-left: 0; - padding-bottom: 1px; - margin-bottom: 20px; - margin-left: -1px; - margin-right: -1px; list-style: none; - overflow: hidden; } .bs-glyphicons li { float: left; width: 25%; height: 115px; padding: 10px; - font-size: 12px; + font-size: 10px; line-height: 1.4; text-align: center; border: 1px solid #fff; @@ -1102,6 +1093,7 @@ h1[id] { .bs-glyphicons .glyphicon-class { display: block; text-align: center; + word-wrap: break-word; /* Help out IE10+ with class names */ } .bs-glyphicons li:hover { color: #fff; @@ -1109,8 +1101,13 @@ h1[id] { } @media (min-width: 768px) { + .bs-glyphicons { + margin-left: 0; + margin-right: 0; + } .bs-glyphicons li { width: 12.5%; + font-size: 12px; } } |
