diff options
| author | Mark Otto <[email protected]> | 2012-06-28 21:46:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-28 21:46:45 -0700 |
| commit | cd2d82150cc27c1f81d2394a22efbf2dbec0e7be (patch) | |
| tree | 8a797da08d22ef1bc7ec4da82530c3edd472aff3 /less/grid.less | |
| parent | 98ebd548000bc080c6eb152cd2ef005938d2e516 (diff) | |
| download | bootstrap-cd2d82150cc27c1f81d2394a22efbf2dbec0e7be.tar.xz bootstrap-cd2d82150cc27c1f81d2394a22efbf2dbec0e7be.zip | |
standardize top level file comments
Diffstat (limited to 'less/grid.less')
| -rw-r--r-- | less/grid.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/grid.less b/less/grid.less index e62a96093..b63005c68 100644 --- a/less/grid.less +++ b/less/grid.less @@ -1,3 +1,8 @@ +// +// Grid system +// -------------------------------------------------- + + // Fixed (940px) #grid > .core(@gridColumnWidth, @gridGutterWidth); |
