]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
All abbreviations are not upper case initialisms
authorJacob Rask <jacob@jacobrask.net>
Sun, 19 Feb 2012 20:21:44 +0000 (21:21 +0100)
committerJacob Rask <jacob@jacobrask.net>
Sun, 19 Feb 2012 20:21:44 +0000 (21:21 +0100)
Read more:
 * http://developers.whatwg.org/text-level-semantics.html#the-abbr-element
 * http://en.wikipedia.org/wiki/Abbreviation
 * http://en.wikipedia.org/wiki/Initialism

docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/type.less

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