From c1d11cd18e9c683a8993b46ee116d6ecacf0a8cf Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Sun, 5 Jan 2014 00:00:14 -0500 Subject: [PATCH] Remove bottom border on hover for site title and update changelog. --- changelog.md | 2 ++ style.css | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index b41986d..3f11949 100644 --- a/changelog.md +++ b/changelog.md @@ -7,7 +7,9 @@ Release: Version 1.1 - [Add contextual help to theme](https://github.com/davidakennedy/accessible-zen/issues/54). - [Improve Customizer features and set better default options](https://github.com/davidakennedy/accessible-zen/issues/53). This may cause users to have to set their options again via the Customizer. - Add appropriate theme tags for WordPress, version 3.8, including accessibility-ready. +- Remove bottom border on hover on site title. - Add new screenshot according to WordPress, version 3.8 standards. +- Update Genericons to version 3.0.2. - Move changelog to separate file. **October 21, 2013** diff --git a/style.css b/style.css index 8512910..f2310f3 100755 --- a/style.css +++ b/style.css @@ -750,7 +750,6 @@ div.callout { .site-banner { text-align: center; } - .site-logo { margin: 0 0 1.5em; } @@ -763,6 +762,9 @@ div.callout { .site-title a { text-decoration: none; } +.site-title a:hover { + border-bottom: 0; +} .site-description { color: #666; font-size: 1.25em; /* 20px */