Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-02-02 11:10:37 +0400
committerMark Otto <markdotto@gmail.com>2012-02-02 11:10:37 +0400
commit8dd2b3d3f8c84ac242469ae24fe7981b0a916b25 (patch)
tree5b17f5a8aa3e3cc9f5f7384de694e78c85fd94a7 /less/sprites.less
parent1ec6628e8005b17ecf16b194450874d8e988a45d (diff)
follow up to #1501 to update notes in sprites.less
Diffstat (limited to 'less/sprites.less')
-rw-r--r--less/sprites.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/sprites.less b/less/sprites.less
index a56216c71c..921c662d70 100644
--- a/less/sprites.less
+++ b/less/sprites.less
@@ -9,10 +9,10 @@
// All icons receive the styles of the <i> tag with a base class
// of .i and are then given a unique class to add width, height,
// and background-position. Your resulting HTML will look like
-// <i class="i icon-inbox"></i>.
+// <i class="icon-inbox"></i>.
// For the white version of the icons, just add the .icon-white class:
-// <i class="i icon-inbox icon-white"></i>
+// <i class="icon-inbox icon-white"></i>
[class^="icon-"] {
display: inline-block;