diff options
| author | Chris Rebert <[email protected]> | 2013-09-23 22:35:51 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-23 22:43:48 -0700 |
| commit | 48f15faa5d7c23d4cb3a52a4d7c9a510633a2091 (patch) | |
| tree | bc12f1e0620438cb1575197e8c0724d24159e20a /dist/css/bootstrap.css | |
| parent | 2d0f5565abd2d30db1f83442efff4e0b2bf60a60 (diff) | |
| download | bootstrap-48f15faa5d7c23d4cb3a52a4d7c9a510633a2091.tar.xz bootstrap-48f15faa5d7c23d4cb3a52a4d7c9a510633a2091.zip | |
run grunt dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 10c417d71..574751aee 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2576,6 +2576,10 @@ input[type="button"].btn-block { content: "\e032"; } +.glyphicon-lock:before { + content: "\e033"; +} + .glyphicon-flag:before { content: "\e034"; } @@ -2616,10 +2620,18 @@ 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"; } @@ -2832,6 +2844,10 @@ input[type="button"].btn-block { content: "\e103"; } +.glyphicon-fire:before { + content: "\e104"; +} + .glyphicon-eye-open:before { content: "\e105"; } @@ -2848,6 +2864,10 @@ input[type="button"].btn-block { content: "\e108"; } +.glyphicon-calendar:before { + content: "\e109"; +} + .glyphicon-random:before { content: "\e110"; } @@ -2900,6 +2920,10 @@ input[type="button"].btn-block { content: "\e122"; } +.glyphicon-bell:before { + content: "\e123"; +} + .glyphicon-certificate:before { content: "\e124"; } @@ -2948,6 +2972,10 @@ input[type="button"].btn-block { content: "\e135"; } +.glyphicon-wrench:before { + content: "\e136"; +} + .glyphicon-tasks:before { content: "\e137"; } @@ -2956,6 +2984,10 @@ input[type="button"].btn-block { content: "\e138"; } +.glyphicon-briefcase:before { + content: "\e139"; +} + .glyphicon-fullscreen:before { content: "\e140"; } @@ -2964,6 +2996,10 @@ input[type="button"].btn-block { content: "\e141"; } +.glyphicon-paperclip:before { + content: "\e142"; +} + .glyphicon-heart-empty:before { content: "\e143"; } @@ -2976,6 +3012,10 @@ input[type="button"].btn-block { content: "\e145"; } +.glyphicon-pushpin:before { + content: "\e146"; +} + .glyphicon-usd:before { content: "\e148"; } @@ -3184,46 +3224,6 @@ 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; |
