From ee6fbc0bf58a1ba397c3ccb9a332c85725de6747 Mon Sep 17 00:00:00 2001 From: Juha Mustonen Date: Thu, 19 Jun 2014 21:32:32 +0300 Subject: [PATCH] Improved the Dashing gh-page navigation - Using same titles as in navigation - Moved demo into buttons - Listing the widgets (finding built-in and 3rd party wigets was hard to find) --- css/style.scss | 6 +++--- index.html | 31 ++++++++++++++++++++++++------- style.css | 6 +++--- 3 files changed, 30 insertions(+), 13 deletions(-) diff --git a/css/style.scss b/css/style.scss index e2435301..d31fecf6 100644 --- a/css/style.scss +++ b/css/style.scss @@ -134,7 +134,7 @@ code { } a { display: block; - padding: 12px 30px; + padding: 12px 24px; text-decoration: none; color: #222; &:hover { @@ -156,14 +156,14 @@ code { float: right; margin: 0 5px 0 0; display: block; - width: 250px; + width: 180px; height: 50px; line-height: 50px; text-align: center; background-color: #1975bc; border: 1px darken(#1975bc, 10%) solid; text-shadow: 0 1px 0 darken(#1975bc, 12%); - font-size: 18px; + font-size: 16px; font-family: 'Quando', serif; font-weight: 300; color: #fff; diff --git a/index.html b/index.html index 199fe8d0..779301ce 100644 --- a/index.html +++ b/index.html @@ -32,10 +32,9 @@