From 861472bea5df68d752f21dd8d230df02c6ef7c38 Mon Sep 17 00:00:00 2001 From: spf13 Date: Thu, 31 Oct 2013 09:51:42 -0400 Subject: [PATCH] Small tweaks to Homepage and CSS --- docs/layouts/index.html | 14 +++++++++----- docs/static/static/css/HPstyles.css | 1 + docs/static/static/css/styles.css | 9 +++------ 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 33434659a..825a1d7e3 100755 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -102,10 +102,14 @@

Flexible

- Hugo is designed to how you do. - Define your own meta data adhoc in YAML, TOML or JSON. - Define your own organization, urls and indexes to organize your content how you want. - Best of all this is all done with virtually no configuration, Hugo will just work. + + Hugo is designed to work how you do. Declare your own content + types. Define your own meta data in YAML, TOML or JSON. + Organize your content however you want with any URL structure. + Use indexes to group your content however you want. Best of all + this is all done with virtually no configuration, Hugo + just works. +

@@ -142,7 +146,7 @@ Hugo is developed with love by spf13, Noah and friends. We welcome all contributions. New to go? Not a problem, we will help you. - Not a developer? Help with docs, templates and themes. + Not a developer? Help with docs, templates and themes.

diff --git a/docs/static/static/css/HPstyles.css b/docs/static/static/css/HPstyles.css index 2c7855ba8..02ab60d12 100644 --- a/docs/static/static/css/HPstyles.css +++ b/docs/static/static/css/HPstyles.css @@ -4,6 +4,7 @@ html, body { height: 100%; width: 100%; + letter-spacing: 0.5px; } .vert-text { diff --git a/docs/static/static/css/styles.css b/docs/static/static/css/styles.css index 17a3509b8..ae3cf299f 100755 --- a/docs/static/static/css/styles.css +++ b/docs/static/static/css/styles.css @@ -1,7 +1,7 @@ -body { padding-top: 70px; } - body { background-color: rgb(253, 253, 251); + padding-top: 70px; + letter-spacing: 0.3px; } @@ -25,7 +25,7 @@ nav.navbar { background: none repeat scroll 0% 0% rgb(22, 203, 230); border-top: 4px solid rgb(15, 166, 188); border-bottom: 1px solid rgb(15, 166, 188); - opacity: .9; + opacity: .97; } .navbar-nav a > i { @@ -73,8 +73,5 @@ nav.navbar { .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus { background-color: rgb(15, 166, 188); } - nav.navbar { - opacity: 0.98; - } }