tylertate / semantic.gs

The Semantic CSS Grid
tylertate.github.io/semantic.gs/
Apache License 2.0
1.59k stars 245 forks source link

Margin or padding for Gutter #99

Open ivan-demchenko opened 10 years ago

ivan-demchenko commented 10 years ago

It would be nice to have kind of gutter_parameter = margin

and then use it like this: {gutter_parameter}-left total-width * ( (gutter-width * 0.5) / _gridsystem-width)

Imagine you have two columns and you want to divide then with a line (border). Then it would be nice to have padding instead of margins.