diff options
| author | Chris Rebert <[email protected]> | 2013-08-18 15:19:13 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-18 15:19:13 -0700 |
| commit | 9fa0a5d12718bef464e002d9b850aebcb63c79e4 (patch) | |
| tree | 4c134015b09795a0d63b92d3a6f607e23c68fa83 | |
| parent | 7b0d93f79ea252f57cd6e132b1447a63efcdf095 (diff) | |
| download | bootstrap-9fa0a5d12718bef464e002d9b850aebcb63c79e4.tar.xz bootstrap-9fa0a5d12718bef464e002d9b850aebcb63c79e4.zip | |
tweak some of the Glyphicon class names to match Bootstrap conventions
| -rw-r--r-- | less/glyphicons.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less index 1c6cf2fd7..2eb07876b 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -137,7 +137,7 @@ .glyphicon-warning-sign { &:before { content: "\e107"; } } .glyphicon-plane { &:before { content: "\e108"; } } .glyphicon-random { &:before { content: "\e110"; } } -.glyphicon-comments { &:before { content: "\e111"; } } +.glyphicon-comment { &:before { content: "\e111"; } } .glyphicon-magnet { &:before { content: "\e112"; } } .glyphicon-chevron-up { &:before { content: "\e113"; } } .glyphicon-chevron-down { &:before { content: "\e114"; } } @@ -154,11 +154,11 @@ .glyphicon-thumbs-down { &:before { content: "\e126"; } } .glyphicon-hand-right { &:before { content: "\e127"; } } .glyphicon-hand-left { &:before { content: "\e128"; } } -.glyphicon-hand-top { &:before { content: "\e129"; } } +.glyphicon-hand-up { &:before { content: "\e129"; } } .glyphicon-hand-down { &:before { content: "\e130"; } } .glyphicon-circle-arrow-right { &:before { content: "\e131"; } } .glyphicon-circle-arrow-left { &:before { content: "\e132"; } } -.glyphicon-circle-arrow-top { &:before { content: "\e133"; } } +.glyphicon-circle-arrow-up { &:before { content: "\e133"; } } .glyphicon-circle-arrow-down { &:before { content: "\e134"; } } .glyphicon-globe { &:before { content: "\e135"; } } .glyphicon-tasks { &:before { content: "\e137"; } } @@ -179,8 +179,8 @@ .glyphicon-sort-by-attributes-alt { &:before { content: "\e156"; } } .glyphicon-unchecked { &:before { content: "\e157"; } } .glyphicon-expand { &:before { content: "\e158"; } } -.glyphicon-collapse { &:before { content: "\e159"; } } -.glyphicon-collapse-top { &:before { content: "\e160"; } } +.glyphicon-collapse-down { &:before { content: "\e159"; } } +.glyphicon-collapse-up { &:before { content: "\e160"; } } .glyphicon-log-in { &:before { content: "\e161"; } } .glyphicon-flash { &:before { content: "\e162"; } } .glyphicon-log-out { &:before { content: "\e163"; } } |
