From 58b13e5f53fdae06099e8e5c2fe54fe5ad5a0316 Mon Sep 17 00:00:00 2001 From: Oreolek Date: Fri, 25 May 2012 23:14:23 -0700 Subject: [PATCH] Created Layout (markdown) --- Layout.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Layout.md diff --git a/Layout.md b/Layout.md new file mode 100644 index 0000000..0f37fd4 --- /dev/null +++ b/Layout.md @@ -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 \ No newline at end of file