diff options
| author | Mark Otto <[email protected]> | 2013-12-07 16:21:46 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-07 16:21:46 -0800 |
| commit | 0bf5202b92d12ee19f65c7aa3bcf25c64835f459 (patch) | |
| tree | 254ab26f19b02734d3890d5e2a37bfc852bba7ea /docs-assets/css/docs.css | |
| parent | 9edec7ed2193b0ffdf093188b0a63231bd813c8a (diff) | |
| download | bootstrap-0bf5202b92d12ee19f65c7aa3bcf25c64835f459.tar.xz bootstrap-0bf5202b92d12ee19f65c7aa3bcf25c64835f459.zip | |
Fixes #11729: Show code snippets on mobile views
Diffstat (limited to 'docs-assets/css/docs.css')
| -rw-r--r-- | docs-assets/css/docs.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index ecf740818..642b2ba7a 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -921,7 +921,6 @@ h1[id] { */ .highlight { - display: none; /* hidden by default, until >480px */ padding: 9px 14px; margin-bottom: 14px; background-color: #f7f7f9; @@ -949,13 +948,6 @@ h1[id] { color: #bebec5; } -/* Show code snippets when we have the space */ -@media (min-width: 481px) { - .highlight { - display: block; - } -} - /* * Responsive tests |
