aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/bootstrap.zipbin53665 -> 53721 bytes
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--less/badges.less1
-rw-r--r--less/labels.less1
4 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index f23ad0bdf..fe81a1fa0 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 76a58dfb1..3220216b9 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3175,6 +3175,7 @@ a.thumbnail:hover {
padding: 2px 4px 3px;
font-size: 11.049999999999999px;
font-weight: bold;
+ white-space: nowrap;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #999999;
@@ -3220,6 +3221,7 @@ a.thumbnail:hover {
padding: 2px 10px 3px;
font-size: 12.025px;
font-weight: bold;
+ white-space: nowrap;
color: #ffffff;
background-color: #999999;
-webkit-border-radius: 10px;
diff --git a/less/badges.less b/less/badges.less
index 6f74108ee..97dadcefa 100644
--- a/less/badges.less
+++ b/less/badges.less
@@ -6,6 +6,7 @@
padding: 2px 10px 3px;
font-size: @baseFontSize * .925;
font-weight: bold;
+ white-space: nowrap;
color: @white;
background-color: @grayLight;
.border-radius(10px);
diff --git a/less/labels.less b/less/labels.less
index ae6b00e02..8d9913470 100644
--- a/less/labels.less
+++ b/less/labels.less
@@ -6,6 +6,7 @@
padding: 2px 4px 3px;
font-size: @baseFontSize * .85;
font-weight: bold;
+ white-space: nowrap;
color: @white;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: @grayLight;