diff options
| author | Jacob Rask <[email protected]> | 2012-02-19 21:21:44 +0100 |
|---|---|---|
| committer | Jacob Rask <[email protected]> | 2012-02-19 21:21:44 +0100 |
| commit | df757fb040e5736e55b3f7060260a79b6b79b781 (patch) | |
| tree | 0289757b8240087755a94c93b68c67a4e69637d1 | |
| parent | ac6e667ad9ae57c5caa977fd6593a2299887737a (diff) | |
| download | bootstrap-df757fb040e5736e55b3f7060260a79b6b79b781.tar.xz bootstrap-df757fb040e5736e55b3f7060260a79b6b79b781.zip | |
All abbreviations are not upper case initialisms
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
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53408 -> 53395 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/type.less | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex df4dc7ff2..a2f11da8a 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 71ab7a9d4..b6d3f5b26 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 6ba83bc3a..ff231d932 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; } |
