aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-18 09:37:12 -0700
committerMark Otto <[email protected]>2012-04-18 09:37:12 -0700
commit62a0f5fdcb147df8ec1084af3feba1555bed5669 (patch)
tree0729019a92b08cda0ecef3b8bd83bb2b2ce165a5 /less/type.less
parent178a9f3b519342788f653e2d5680913e36da2c4e (diff)
parent48e6d88889615e0a9b94156f0f184f787a8810b0 (diff)
downloadbootstrap-62a0f5fdcb147df8ec1084af3feba1555bed5669.tar.xz
bootstrap-62a0f5fdcb147df8ec1084af3feba1555bed5669.zip
Merge branch '2.0.3-wip' of github.com:twitter/bootstrap into 2.0.3-wip
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less14
1 files changed, 7 insertions, 7 deletions
diff --git a/less/type.less b/less/type.less
index 779e85960..0d5621934 100644
--- a/less/type.less
+++ b/less/type.less
@@ -52,8 +52,8 @@ h2 {
}
}
h3 {
- line-height: @baseLineHeight * 1.5;
font-size: 18px;
+ line-height: @baseLineHeight * 1.5;
small {
font-size: 14px;
}
@@ -135,11 +135,11 @@ dd {
// Horizontal layout (like forms)
.dl-horizontal {
dt {
- .text-overflow();
float: left;
- clear: left;
width: 120px;
+ clear: left;
text-align: right;
+ .text-overflow();
}
dd {
margin-left: 130px;
@@ -170,8 +170,8 @@ em {
// Abbreviations and acronyms
abbr[title] {
- border-bottom: 1px dotted #ddd;
cursor: help;
+ border-bottom: 1px dotted #ddd;
}
abbr.initialism {
font-size: 90%;
@@ -199,10 +199,10 @@ blockquote {
// Float right with text-align: right
&.pull-right {
float: right;
- padding-left: 0;
padding-right: 15px;
- border-left: 0;
+ padding-left: 0;
border-right: 5px solid @grayLighter;
+ border-left: 0;
p,
small {
text-align: right;
@@ -222,8 +222,8 @@ blockquote:after {
address {
display: block;
margin-bottom: @baseLineHeight;
- line-height: @baseLineHeight;
font-style: normal;
+ line-height: @baseLineHeight;
}
// Misc