[Docs] Some useful content from the wiki.

This commit is contained in:
Chris Eppstein 2010-05-16 09:35:44 -07:00
parent 942ea5f1b0
commit ff15124e5f
2 changed files with 21 additions and 3 deletions

View File

@ -9,5 +9,15 @@ classnames:
- blueprint
---
- render 'reference' do
%p
:markdown
Import this to have a liquid grid.
The original liquid grid documentation is
[here](http://groups.google.com/group/blueprintcss/msg/d7171a8bef20b9a2).
By default the container takes 80% of the canvas, you can override this:
<pre class="source-code scss">
.container {
width: 99%
}
</pre>

View File

@ -9,5 +9,13 @@ classnames:
- blueprint
---
- render 'reference' do
%p
Some useful print styles.
:markdown
The print stylesheet does sensible things for the printed page.
It's important to note that the grid layout is not applied to the printed page.
You probably want to set non-content sections like headers, footers, asides, and navs
to `display: none;` in your printed page.
See the [compass print utilities][pr_utils] for related functionality.
[pr_utils]: /docs/reference/compass/utilities/print/