mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
follow up to #1501 to update notes in sprites.less
This commit is contained in:
parent
1ec6628e80
commit
8dd2b3d3f8
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -9,10 +9,10 @@
|
||||||
// All icons receive the styles of the <i> tag with a base class
|
// 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,
|
// of .i and are then given a unique class to add width, height,
|
||||||
// and background-position. Your resulting HTML will look like
|
// 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:
|
// 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-"] {
|
[class^="icon-"] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue