aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-04-16 16:34:08 -0700
committerJacob Thornton <[email protected]>2012-04-16 16:34:08 -0700
commit2881269e16be1beb007633501496d6a8e8924b4b (patch)
tree74cc8785b4648817162038526b5c6abebf19be67 /less/type.less
parenta3ec868ac278fb4ec29b21b662f1fd417ac16f2a (diff)
downloadbootstrap-2881269e16be1beb007633501496d6a8e8924b4b.tar.xz
bootstrap-2881269e16be1beb007633501496d6a8e8924b4b.zip
lots of property ordering
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/less/type.less b/less/type.less
index 8022a3e5d..0d5621934 100644
--- a/less/type.less
+++ b/less/type.less
@@ -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