aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-04 23:57:48 -0700
committerMark Otto <[email protected]>2012-06-04 23:57:48 -0700
commitde53f62a0464f92fe0c175478dc38696eebbda99 (patch)
tree9401a50cc5c9fa46e93f4d7a3b86ce9d9ed15318 /docs/assets/css/docs.css
parent47e2c43401bfe0cae3a62ee215af75c4ea8333a0 (diff)
downloadbootstrap-de53f62a0464f92fe0c175478dc38696eebbda99.tar.xz
bootstrap-de53f62a0464f92fe0c175478dc38696eebbda99.zip
more changes to js and components, playing with new docs subnav
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 9fdfec0dc..dcf65ad98 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -11,12 +11,18 @@
body {
position: relative;
padding-top: 90px;
+ font-size: 14px;
background-color: #fff;
background-image: url(../img/grid-18px-masked.png);
background-repeat: repeat-x;
background-position: 0 40px;
}
+body,
+li {
+ line-height: 20px;
+}
+
.bs-docs-container {
max-width: 780px;
margin: 0 auto;
@@ -24,6 +30,9 @@ body {
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
+.navbar {
+ font-size: 13px;
+}
.navbar-fixed-top .brand {
padding-right: 0;
padding-left: 0;
@@ -603,7 +612,6 @@ form.well {
.bs-docs-example > p {
font-size: 13px;
line-height: 18px;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bs-docs-example p:last-child {
margin-bottom: 0;