aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/bootstrap.zipbin55379 -> 55402 bytes
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/labels.less1
3 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 7d65680ec..6f6c38e34 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e3572169d..a0a18e896 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3541,6 +3541,7 @@ a.thumbnail:hover {
font-weight: bold;
line-height: 13px;
color: #ffffff;
+ vertical-align: middle;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #999999;
diff --git a/less/labels.less b/less/labels.less
index 251c4f60d..918b12e8c 100644
--- a/less/labels.less
+++ b/less/labels.less
@@ -8,6 +8,7 @@
font-weight: bold;
line-height: 13px; // ensure proper line-height if floated
color: @white;
+ vertical-align: middle;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: @grayLight;