aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-16 23:04:31 -0700
committerMark Otto <[email protected]>2011-10-16 23:04:31 -0700
commite7d2218b2043742f21c368d074d97a4bde275730 (patch)
tree5d79c0af1a67b6937c51233da958a86f1e4abf8b /lib/patterns.less
parentc62a0239bd30a12e9f0d8c1e45f5818460e9df90 (diff)
downloadbootstrap-e7d2218b2043742f21c368d074d97a4bde275730.tar.xz
bootstrap-e7d2218b2043742f21c368d074d97a4bde275730.zip
few tweaks to responsive stuff, updated docs for grid system (still needs copy editing)
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 950ac2feb..f1badc46d 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -520,11 +520,11 @@ footer {
// ------------
.page-header {
- margin-bottom: @baseLineHeight - 1;
- border-bottom: 1px solid #ddd;
+ margin-bottom: @baseLineHeight * 1.5;
+ border-bottom: 1px solid #eee;
.box-shadow(0 1px 0 rgba(255,255,255,.5));
h1 {
- margin-bottom: (@baseLineHeight / 2) - 1px;
+ margin-bottom: @baseLineHeight * .75;
}
}