diff options
| author | Mark Otto <[email protected]> | 2013-02-28 19:42:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-28 19:42:51 -0800 |
| commit | 0dea8b0c7473c1db4aea7accfd0a68cbf09b9576 (patch) | |
| tree | 8149bc82bfccc8037a10b2325ed03356fae96e29 /docs/customize.html | |
| parent | 9d763e805b3c6a042b8da04cb7a49d2d0748bdd9 (diff) | |
| download | bootstrap-0dea8b0c7473c1db4aea7accfd0a68cbf09b9576.tar.xz bootstrap-0dea8b0c7473c1db4aea7accfd0a68cbf09b9576.zip | |
Fixes #6897: Print styles get own .less file
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/customize.html b/docs/customize.html index 9a503ff8f..014a48f5e 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -44,6 +44,7 @@ title: Customize and download <div class="span3"> <h3>Scaffolding</h3> <label class="checkbox"><input checked="checked" type="checkbox" value="reset.less"> Normalize and reset</label> + <label class="checkbox"><input checked="checked" type="checkbox" value="print.less"> Print</label> <label class="checkbox"><input checked="checked" type="checkbox" value="scaffolding.less"> Body type and links</label> <label class="checkbox"><input checked="checked" type="checkbox" value="grid.less"> Grid system</label> <label class="checkbox"><input checked="checked" type="checkbox" value="layouts.less"> Layouts</label> |
