1
0
Fork 0
mirror of https://github.com/Oreolek/elements.git synced 2024-07-01 14:04:57 +03:00

Created Layout (markdown)

Alexander Yakovlev 2012-05-25 23:14:23 -07:00
parent 90aa0e8351
commit 58b13e5f53

12
Layout.md Normal file

@ -0,0 +1,12 @@
## Columns
#content > .columns (@colwidth, @colcount, @colgap, @columnRuleColor, @columnRuleStyle, @columnRuleWidth)
**Parameters:**
- @colwidth: column width, default is 250px,
- @colcount: column count, default is 0,
- @colgap: the column gap width, default is 50px,
- @columnRuleColor: the color of column borders, default is #EEE,
- @columnRuleStyle: the line style of column borders, default is solid,
- @columnRuleWidth: the thickness of column borders, default is 1px