diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index df4dc7ff283200da7167e7f5c81cbea60bf8ae23..a2f11da8af19b50df7c400b1ef32395d0aedc5fc 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 71ab7a9d4e24a08e9185127812cdfc59b43bb2ee..b6d3f5b263a68d0428f902ba9528bccf50a53312 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -416,8 +416,6 @@ em {
   color: #999999;
 }
 abbr {
-  font-size: 90%;
-  text-transform: uppercase;
   border-bottom: 1px dotted #ddd;
   cursor: help;
 }
diff --git a/less/type.less b/less/type.less
index 6ba83bc3a3b63275036563f3a6b02099bc08c1d7..ff231d932836ddf971502ae8d1748093782da320 100644
--- a/less/type.less
+++ b/less/type.less
@@ -155,8 +155,6 @@ em {
 
 // Abbreviations and acronyms
 abbr {
-  font-size: 90%;
-  text-transform: uppercase;
   border-bottom: 1px dotted #ddd;
   cursor: help;
 }