From d36f3d0a59a16350647b5eb39a18adb69e725ba2 Mon Sep 17 00:00:00 2001
From: Mark Otto
Date: Sun, 11 Mar 2012 23:33:08 -0700
Subject: clean up links on docs homepage and add link to direct download with
docs
---
docs/assets/bootstrap.zip | Bin 55388 -> 55388 bytes
docs/assets/css/docs.css | 8 ++++++-
docs/index.html | 42 +++++++++++++++++++----------------
docs/templates/pages/index.mustache | 43 ++++++++++++++++++++----------------
4 files changed, 54 insertions(+), 39 deletions(-)
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index e6a3da31c..e2f7ea4ab 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 26b47ae72..cb7224e38 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -212,14 +212,20 @@ hr.soften {
/* Quick links
-------------------------------------------------- */
+.bs-links {
+ margin: 36px 0;
+}
.quick-links {
min-height: 30px;
+ margin: 0;
padding: 5px 20px;
- margin: 36px 0;
list-style: none;
text-align: center;
overflow: hidden;
}
+.quick-links:first-child {
+ min-height: 0;
+}
.quick-links li {
display: inline;
margin: 0 5px;
diff --git a/docs/index.html b/docs/index.html
index 1b0b0e9d5..1478c0b25 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -86,25 +86,29 @@
-
+
+
+
+ -
+
+
+ -
+
+
+ - ·
+ -
+
+
+
+
+
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache
index 5122105fc..97ea4f1bd 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -10,25 +10,30 @@
-
+
--
cgit v1.2.3