1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

few tweaks to responsive stuff, updated docs for grid system (still needs copy editing)

This commit is contained in:
Mark Otto
2011-10-16 23:04:31 -07:00
parent c62a0239bd
commit e7d2218b20
8 changed files with 177 additions and 212 deletions

View File

@@ -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;
}
}