diff options
| author | Mark Otto <[email protected]> | 2013-01-16 13:02:15 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 13:02:15 -0800 |
| commit | c18b5b9735d3cc95e81f0f02b7f1555b9f344e95 (patch) | |
| tree | 199f939f1d836bb5cfde8fdebf61f7794c9e21b4 /docs/assets/css/docs.css | |
| parent | a4cc704220c3969fdf842d92846f77920613a003 (diff) | |
| download | bootstrap-c18b5b9735d3cc95e81f0f02b7f1555b9f344e95.tar.xz bootstrap-c18b5b9735d3cc95e81f0f02b7f1555b9f344e95.zip | |
restore glyphicons docs styles and then overhaul the shit out of them
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 5bf99208b..f37b18e3e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -206,6 +206,41 @@ section > ul li { +/* Icons +-------------------------------------------------- */ + +.the-icons { + padding-bottom: 1px; + margin-left: 0; + list-style: none; + margin-bottom: 20px; + overflow: hidden; +} +.the-icons li { + float: left; + width: 100px; + height: 110px; + padding: 10px; + border: 1px solid #ddd; + font-size: 12px; + line-height: 1.25; + text-align: center; + -webkit-box-sizing: border-box; + margin: 0 -1px -1px 0; +} +.the-icons [class^="glyphicon-"] { + display: block; + margin: 5px auto; + vertical-align: middle; + margin-right: 3px; + font-size: 24px; +} +.the-icons li:hover { + background-color: rgba(255,0,0,.1); +} + + + /* Responsive docs -------------------------------------------------- */ |
