diff options
| author | XhmikosR <[email protected]> | 2014-11-20 10:09:47 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-01-21 09:51:12 +0200 |
| commit | a6f3bdb71f65e92e1ed4fe140683e49f99526442 (patch) | |
| tree | 8ee50aa74fe83fcadaf0f9f049ca3533f46467c6 /docs/assets/css/src | |
| parent | d5a2b27e1661f390e1f6cc00774f33effe0f03d3 (diff) | |
| download | bootstrap-a6f3bdb71f65e92e1ed4fe140683e49f99526442.tar.xz bootstrap-a6f3bdb71f65e92e1ed4fe140683e49f99526442.zip | |
Move inline CSS to docs.css.
Diffstat (limited to 'docs/assets/css/src')
| -rw-r--r-- | docs/assets/css/src/docs.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 934ff59f1..c129c965b 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -913,6 +913,10 @@ h1[id] { content: "Example"; } +.bs-example-padded-bottom { + padding-bottom: 24px; +} + /* Tweak display of the code snippets when following an example */ .bs-example + .highlight, .bs-example + .zero-clipboard + .highlight { @@ -1166,6 +1170,10 @@ h1[id] { overflow: auto; } +.bs-example > .nav-pills-stacked-example { + max-width: 300px; +} + /* Simple collapse example */ #collapseExample .well { margin-bottom: 0; @@ -1177,6 +1185,19 @@ h1[id] { white-space: nowrap; } +.bs-events-table > thead > tr > th:first-child { + width: 150px; +} + +.js-options-table > thead > tr > th:nth-child(1), +.js-options-table > thead > tr > th:nth-child(2) { + width: 100px; +} + +.js-options-table > thead > tr > th:nth-child(3) { + width: 50px; +} + /* * Code snippets * |
