diff options
| author | Mark Otto <[email protected]> | 2012-02-18 15:31:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-18 15:31:16 -0800 |
| commit | dc4a864aaa643bffcbb045a9d8cc68daa94df726 (patch) | |
| tree | cddad0fbb02111b72b3c831b65ff4bad84fa0256 | |
| parent | db940b3d8f48d1f664137c5adb427a35580f80c4 (diff) | |
| parent | 7609fd4dc62dfdc83c08fe32cbcd2b8e5cac5500 (diff) | |
| download | bootstrap-dc4a864aaa643bffcbb045a9d8cc68daa94df726.tar.xz bootstrap-dc4a864aaa643bffcbb045a9d8cc68daa94df726.zip | |
Merge pull request #2063 from DominikTo/master
fixed syntax error in sprites.less and typo in comments
| -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 cdd9f6e85..4014d70a5 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-"], |
