From 9795e9bbe62b05a95e3485a64ba139539113f2db Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jul 2012 23:48:26 -0700 Subject: [PATCH] place chevrons first in sidenav in docs, fix ie7 bugs for said sidenav --- docs/assets/css/docs.css | 2 ++ docs/base-css.html | 14 +++++----- docs/components.html | 26 ++++++++--------- docs/customize.html | 8 +++--- docs/extend.html | 6 ++-- docs/getting-started.html | 12 ++++---- docs/javascript.html | 28 +++++++++---------- docs/scaffolding.html | 10 +++---- docs/templates/pages/base-css.mustache | 14 +++++----- docs/templates/pages/components.mustache | 26 ++++++++--------- docs/templates/pages/customize.mustache | 8 +++--- docs/templates/pages/extend.mustache | 6 ++-- docs/templates/pages/getting-started.mustache | 12 ++++---- docs/templates/pages/javascript.mustache | 28 +++++++++---------- docs/templates/pages/scaffolding.mustache | 10 +++---- 15 files changed, 106 insertions(+), 104 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 784aa153b8..5470cfe31f 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -912,6 +912,8 @@ form.bs-docs-example { box-shadow: 0 1px 4px rgba(0,0,0,.065); } .bs-docs-sidenav > li > a { + display: block; + *width: 190px; margin: 0 0 -1px; font-size: 14px; padding: 9px 14px; diff --git a/docs/base-css.html b/docs/base-css.html index 80bc8c9b04..50c3628642 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -87,13 +87,13 @@
diff --git a/docs/components.html b/docs/components.html index d6d4cc1bcd..2b2bc52e83 100644 --- a/docs/components.html +++ b/docs/components.html @@ -87,19 +87,19 @@
diff --git a/docs/customize.html b/docs/customize.html index 1abe9005b3..1fc225e525 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -87,10 +87,10 @@
diff --git a/docs/extend.html b/docs/extend.html index 1c1a7d9a11..efd933cb55 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -87,9 +87,9 @@
diff --git a/docs/getting-started.html b/docs/getting-started.html index c245daba38..70fb744326 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -87,12 +87,12 @@
diff --git a/docs/javascript.html b/docs/javascript.html index 846089da8b..7b015f6fe9 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -87,20 +87,20 @@
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 3c49eb2e32..eb5f19ae71 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -87,11 +87,11 @@
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 39d8f4fc4e..89732c4fbb 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -16,13 +16,13 @@
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index f0f19ee723..314fd23f74 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -16,19 +16,19 @@
diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index 791ca6efcd..d84d02f0cf 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -16,10 +16,10 @@
diff --git a/docs/templates/pages/extend.mustache b/docs/templates/pages/extend.mustache index 22fb0d288b..842f9f7a37 100644 --- a/docs/templates/pages/extend.mustache +++ b/docs/templates/pages/extend.mustache @@ -16,9 +16,9 @@
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index b724b475bb..3b026dea36 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -16,12 +16,12 @@
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index f4c6e8b689..0a17006f6e 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -16,20 +16,20 @@