Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
Remove bottom border on hover for site title and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidakennedy committed Jan 5, 2014
1 parent ca88acf commit c1d11cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,6 @@ div.callout {
.site-banner {
text-align: center;
}

.site-logo {
margin: 0 0 1.5em;
}
Expand All @@ -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 */
Expand Down

0 comments on commit c1d11cd

Please sign in to comment.