summaryrefslogtreecommitdiff
path: root/readable/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-08-23 16:39:51 -0400
committerThomas Park <thomas@thomaspark.me>2012-08-23 16:39:51 -0400
commit9851c8d158f272be122bcb48a89d94b432f7e1c5 (patch)
tree652694a34005d6d9c22aa33226ca22f968449671 /readable/bootswatch.less
parent0f6af806e82125a0eb943b5aace3a000c39985ec (diff)
readable: lightened background, widened navbar
Diffstat (limited to 'readable/bootswatch.less')
-rwxr-xr-xreadable/bootswatch.less36
1 files changed, 19 insertions, 17 deletions
diff --git a/readable/bootswatch.less b/readable/bootswatch.less
index 98fe31b4..85db1702 100755
--- a/readable/bootswatch.less
+++ b/readable/bootswatch.less
@@ -10,22 +10,20 @@ body {
word-spacing: -0.05em;
}
-h1, h2, h3, h4, h5, h6 {
- line-height: 2em;
- color: @textColor;
+h1 {
+ font-size: 2.5em;
}
-h1 {
+h2 {
font-size: 2em;
}
-h2 {
+h3 {
font-size: 1.5em;
}
-h3, h4, h5, h6 {
- font-size: 1em;
- text-transform: none;
+h6 {
+ color: @textColor;
}
small {
@@ -51,7 +49,7 @@ small {
.brand {
font-weight: bold;
line-height: 1em;
- padding: 10px 15px;
+ padding: 15px 15px 7px;
&:hover {
color: @linkColorHover;
@@ -60,7 +58,7 @@ small {
.nav > li > a {
text-shadow: none;
- padding: 10px 15px 7px;
+ padding: 15px 15px 7px;
}
.nav > .active > a,
@@ -69,6 +67,10 @@ small {
.box-shadow(none);
}
+ .navbar-search {
+ margin-top: 11px;
+ }
+
.search-query {
border: 1px solid #D4D4D4;
.border-radius(0);
@@ -77,7 +79,7 @@ small {
}
.navbar-text {
- margin: 10px 15px 0;
+ margin: 15px 15px 0;
line-height: @baseLineHeight;
}
@@ -86,10 +88,6 @@ small {
border-left: none;
}
- .navbar-search {
- margin-top: 7px;
- }
-
.nav-collapse.collapse {
.nav li:first-child > a {
@@ -159,9 +157,13 @@ div.subnav {
.nav > li > a:hover,
.nav > li.active > a:hover,
.nav > li:active > a:hover {
- color: @linkColorHover;
- .box-shadow(none);
background-color: transparent;
+ .box-shadow(none);
+ color: @linkColorHover;
+ }
+
+ &-fixed {
+ top: @navbarHeight;
}
}