0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

regenerate CSS

This commit is contained in:
Chris Rebert 2013-08-18 15:20:16 -07:00
parent 9fa0a5d127
commit 0501d83f8b
2 changed files with 71 additions and 71 deletions

140
dist/css/bootstrap.css vendored
View File

@ -2334,6 +2334,34 @@ input[type="button"].btn-block {
line-height: 1;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
@ -2346,10 +2374,6 @@ input[type="button"].btn-block {
content: "\e003";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-heart:before {
content: "\e005";
}
@ -2462,10 +2486,6 @@ input[type="button"].btn-block {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
@ -2506,18 +2526,10 @@ input[type="button"].btn-block {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
@ -2574,10 +2586,6 @@ input[type="button"].btn-block {
content: "\e060";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-map-marker:before {
content: "\e062";
}
@ -2722,18 +2730,6 @@ input[type="button"].btn-block {
content: "\e097";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-asterisk:before {
content: "\002a";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
@ -2746,10 +2742,6 @@ input[type="button"].btn-block {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
@ -2766,10 +2758,6 @@ input[type="button"].btn-block {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
@ -2822,10 +2810,6 @@ input[type="button"].btn-block {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
@ -2874,10 +2858,6 @@ input[type="button"].btn-block {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
@ -2886,10 +2866,6 @@ input[type="button"].btn-block {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
@ -2898,10 +2874,6 @@ input[type="button"].btn-block {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
@ -2914,14 +2886,6 @@ input[type="button"].btn-block {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-euro:before {
content: "\20ac";
}
.glyphicon-usd:before {
content: "\e148";
}
@ -2966,11 +2930,11 @@ input[type="button"].btn-block {
content: "\e158";
}
.glyphicon-collapse:before {
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-top:before {
.glyphicon-collapse-up:before {
content: "\e160";
}
@ -3114,10 +3078,6 @@ input[type="button"].btn-block {
content: "\e195";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
@ -3134,6 +3094,46 @@ input[type="button"].btn-block {
content: "\e200";
}
.glyphicon-briefcase:before {
content: "\1f4bc";
}
.glyphicon-calendar:before {
content: "\1f4c5";
}
.glyphicon-pushpin:before {
content: "\1f4cc";
}
.glyphicon-paperclip:before {
content: "\1f4ce";
}
.glyphicon-camera:before {
content: "\1f4f7";
}
.glyphicon-lock:before {
content: "\1f512";
}
.glyphicon-bell:before {
content: "\1f514";
}
.glyphicon-bookmark:before {
content: "\1f516";
}
.glyphicon-fire:before {
content: "\1f525";
}
.glyphicon-wrench:before {
content: "\1f527";
}
.caret {
display: inline-block;
width: 0;

File diff suppressed because one or more lines are too long