From 4d3d9103877b5e902cf4445181c08dba10497055 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Mon, 18 Jun 2012 21:44:36 +0100 Subject: [PATCH] [site/theme][s]: refactor navbar extensively in content and somewhat in layout plus tweak footer. --- _layouts/default.html | 50 ++++++++++++++++++++++++++++++++++++------- css/site/site.css | 10 +++++++++ 2 files changed, 52 insertions(+), 8 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index e251d0d0..5e017112 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -24,13 +24,47 @@ @@ -41,8 +75,8 @@
-

Use the Data Explorer »

Use the Library »

+

Recline.js is freely redistributable under the terms of the MIT license.

    @@ -56,7 +90,7 @@
Contacts
-
    + diff --git a/css/site/site.css b/css/site/site.css index e44ce6dc..1d4aa426 100644 --- a/css/site/site.css +++ b/css/site/site.css @@ -131,6 +131,12 @@ a.dotted:hover { Layout --------------------------------------------------- */ +.navbar .logo-icon img { + margin-top: 6px; + margin-right: 8px; + height: 34px; +} + .navbar .brand { font-family:'Open Sans', Helvetica, Arial, sans-serif; font-style:italic; @@ -144,6 +150,10 @@ a.dotted:hover { padding: 15px 10px; } +.navbar .divider-vertical { + height: 50px; +} + .navbar-inner { height:50px; background: #303030; /* Old browsers */