diff options
| author | Mark Otto <[email protected]> | 2013-12-01 20:27:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-01 20:27:09 -0800 |
| commit | 37e46ec2b8feb2132c27ed443aba0a2973eba0d9 (patch) | |
| tree | edd7e5c9efc3592b21756c435b83a1f5a874007c | |
| parent | 03c161f0c445dbe55c57edabee70d816d19ba096 (diff) | |
| download | bootstrap-37e46ec2b8feb2132c27ed443aba0a2973eba0d9.tar.xz bootstrap-37e46ec2b8feb2132c27ed443aba0a2973eba0d9.zip | |
add comment
| -rw-r--r-- | docs-assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index 6d3f615a9..3b1aadd0e 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -1062,7 +1062,7 @@ h1[id] { .bs-glyphicons .glyphicon-class { display: block; text-align: center; - word-wrap: break-word; + word-wrap: break-word; /* Help out IE10+ with class names */ } .bs-glyphicons li:hover { background-color: rgba(86,61,124,.1); |
