]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix broke width of containers in docs given change to use width over max-width
authorMark Otto <otto@github.com>
Fri, 6 Sep 2013 16:22:19 +0000 (09:22 -0700)
committerMark Otto <otto@github.com>
Fri, 6 Sep 2013 16:22:19 +0000 (09:22 -0700)
assets/css/docs.css

index cad3c479e173bf81b6cb5b5ad223bae1a4e01cf1..2b800732d5dd55dd29e12cfde9daf2f4d376f599 100644 (file)
@@ -622,6 +622,11 @@ h1[id] {
   }
 }
 
+/* Undo width of container */
+.bs-example .container {
+  width: auto;
+}
+
 /* Tweak content of examples for optimum awesome */
 .bs-example > p:last-child,
 .bs-example > ul:last-child,