Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-09-29 07:39:34 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-09-29 07:39:34 +0300
commit1c92a92bde8688bd0bdc4b62bf10882530241044 (patch)
tree77863d65bc2bea37cec149abc012f31b723fb1a3 /docs/layout.html
parentc85776603151d35904709277b0a89fcbc200bc87 (diff)
Update the Docs
Diffstat (limited to 'docs/layout.html')
-rw-r--r--docs/layout.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/layout.html b/docs/layout.html
index 41e4a97..7b4a801 100644
--- a/docs/layout.html
+++ b/docs/layout.html
@@ -485,6 +485,7 @@
<li><code>col-md-[1-12]</code> apply to window width smaller than or equal to <strong>840px</strong>. </li>
<li><code>col-lg-[1-12]</code> apply to window width smaller than or equal to <strong>960px</strong>. </li>
<li><code>col-xl-[1-12]</code> apply to window width smaller than or equal to <strong>1280px</strong>. </li>
+ <li><code>col-[1-12]</code> apply to all window width, including the width wider than <strong>1280px</strong>. </li>
</ul>
</div>