diff options
| author | Mark Otto <[email protected]> | 2013-11-30 12:52:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 12:52:45 -0800 |
| commit | 56113201017cc15bc677a99f61730b2a34cac2a5 (patch) | |
| tree | b1734faa7b4421d02e35f1b22cebf992446c86cf | |
| parent | 853b69f2dfe66a839efa6216e9e7c1a530f92f62 (diff) | |
| parent | 84f536e02a72b15c6b56f646abaf4ae17a292a7a (diff) | |
| download | bootstrap-56113201017cc15bc677a99f61730b2a34cac2a5.tar.xz bootstrap-56113201017cc15bc677a99f61730b2a34cac2a5.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
| -rw-r--r-- | less/mixins.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less index df515f39a..23070a282 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -19,8 +19,8 @@ .clearfix() { &:before, &:after { - content: " "; /* 1 */ - display: table; /* 2 */ + content: " "; // 1 + display: table; // 2 } &:after { clear: both; |
