aboutsummaryrefslogtreecommitdiff
path: root/lib/scaffolding.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-11-17 01:28:42 -0800
committerMark Otto <[email protected]>2011-11-17 01:28:42 -0800
commit4e6275d0fe0880d32633a2c139dad8d3e2745bb6 (patch)
tree575abe4b666c09cf30e542d2e57a159c13bd32bf /lib/scaffolding.less
parent159c7a7fdae4a3bd929ee9cc76aaa3b509a969dc (diff)
downloadbootstrap-4e6275d0fe0880d32633a2c139dad8d3e2745bb6.tar.xz
bootstrap-4e6275d0fe0880d32633a2c139dad8d3e2745bb6.zip
update property order and do some misc cleanup
Diffstat (limited to 'lib/scaffolding.less')
-rw-r--r--lib/scaffolding.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index 7b8aa369a..179ef2638 100644
--- a/lib/scaffolding.less
+++ b/lib/scaffolding.less
@@ -8,12 +8,12 @@
// -----------------
body {
- background-color: @white;
margin: 0;
font-family: @baseFontFamily;
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @grayDark;
+ background-color: @white;
}
// Container (centered, fixed-width layouts)
@@ -52,10 +52,10 @@ body {
// Links
a {
+ font-weight: inherit;
+ line-height: inherit;
color: @linkColor;
text-decoration: none;
- line-height: inherit;
- font-weight: inherit;
&:hover {
color: @linkColorHover;
text-decoration: underline;