]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #11729: Show code snippets on mobile views
authorMark Otto <otto@github.com>
Sun, 8 Dec 2013 00:21:46 +0000 (16:21 -0800)
committerMark Otto <otto@github.com>
Sun, 8 Dec 2013 00:21:46 +0000 (16:21 -0800)
docs-assets/css/docs.css

index ecf740818f85debc8b5b000d4c54931f7e058899..642b2ba7a50b7e01b0f38db914bf36c4a3d80681 100644 (file)
@@ -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