]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify comment
authorMark Otto <otto@github.com>
Fri, 7 Feb 2014 09:33:27 +0000 (01:33 -0800)
committerMark Otto <otto@github.com>
Fri, 7 Feb 2014 09:33:27 +0000 (01:33 -0800)
docs/examples/dashboard/dashboard.css

index d6bbc30ebe9c60cc5e4fee1ddebceb7e140a75a1..8f51cfb841c0fa4a811d16cc3502c7f74fbe618c 100644 (file)
@@ -35,7 +35,7 @@ body {
     z-index: 1000;
     display: block;
     overflow-x: hidden;
-    overflow-y: auto; /* Scrollable contents if page is short */
+    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
     padding: 70px 20px 20px;
     background-color: #f5f5f5;
     border-right: 1px solid #eee;