From ce21926704778a2fb8ff76f5241b90a97abeea4c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 16 Feb 2013 01:26:43 -0800 Subject: All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-star --- docs/assets/css/bootstrap.css | 2 +- docs/assets/css/docs.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/assets/css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ce365b8bc..3ac4cf8e6 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1968,7 +1968,7 @@ fieldset[disabled] .btn-link:focus { src: url('../fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphiconshalflings-regular.woff') format('woff'), url('../fonts/glyphiconshalflings-regular.ttf') format('truetype'), url('../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg'); } -[class^="glyphicon-"]:before { +.glyphicon:before { font-family: 'Glyphicons Halflings'; font-style: normal; line-height: 1; diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 2c99da3fc..e2cc921b8 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -331,7 +331,7 @@ section > ul li { -webkit-box-sizing: border-box; margin: 0 -1px -1px 0; } -.the-icons [class^="glyphicon-"] { +.the-icons .glyphicon { display: block; margin: 5px auto; vertical-align: middle; -- cgit v1.2.3