2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Merge branch 'abbr' of https://github.com/jacobrask/bootstrap into jacobrask-abbr

Conflicts:
	docs/assets/bootstrap.zip
This commit is contained in:
Mark Otto
2012-02-19 15:38:34 -08:00
5 changed files with 20 additions and 12 deletions
+5 -3
View File
@@ -417,12 +417,14 @@ em {
.muted {
color: #999999;
}
abbr {
font-size: 90%;
text-transform: uppercase;
abbr[title] {
border-bottom: 1px dotted #ddd;
cursor: help;
}
abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 18px;