diff options
| author | Dominik Tobschall <[email protected]> | 2012-02-17 18:23:52 +0100 |
|---|---|---|
| committer | Dominik Tobschall <[email protected]> | 2012-02-18 09:40:18 +0100 |
| commit | f5bd4b3c8f590472c1dd38fcbc573032e1c80c39 (patch) | |
| tree | cb489dd15373039f1a0d451ff1536aa367f995de | |
| parent | b776cae902cf4cd6c0d7227214b8a835be8df750 (diff) | |
| download | bootstrap-f5bd4b3c8f590472c1dd38fcbc573032e1c80c39.tar.xz bootstrap-f5bd4b3c8f590472c1dd38fcbc573032e1c80c39.zip | |
fixed typo (whitespace)
| -rw-r--r-- | less/sprites.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/sprites.less b/less/sprites.less index a7741661e..5e0eabf98 100644 --- a/less/sprites.less +++ b/less/sprites.less @@ -11,7 +11,7 @@ // and background-position. Your resulting HTML will look like // <i class="icon-inbox"></i>. -// For the white version of the icons, just add the .icon-white class: +// For the white version of the icons, just add the .icon-white class: // <i class="icon-inbox icon-white"></i> [class^="icon-"], |
