From: Mark Otto Date: Sun, 8 Dec 2013 00:21:46 +0000 (-0800) Subject: Fixes #11729: Show code snippets on mobile views X-Git-Tag: v3.1.0~148^2~25^2~1^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf5202b92d12ee19f65c7aa3bcf25c64835f459;p=thirdparty%2Fbootstrap.git Fixes #11729: Show code snippets on mobile views --- diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index ecf740818f..642b2ba7a5 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