Commiting version 0.9.3

This commit is contained in:
kjodle 2017-06-11 12:03:27 -04:00
parent 8c64c50b1b
commit deb79ef403
2 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Theme URI: http://wiki.kjodle.net/Category:Atticus_Finch_Theme
Author: kjodle
Author URI: http://d12webdesign.com/
Description: Description
Version: 0.9
Version: 0.9.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
@ -156,6 +156,8 @@ nav#top-menu,
nav#primary-menu {
background: #fafafa;
font-size: 14px;
position: relative;
z-index: 100;
}
p.sub { /* Style main menu descriptions */

View File

@ -481,7 +481,7 @@
right: 0;
}
#belowheadermenu li:hover > ul > li {
height: 35px;
height: 38px;
}
#belowheadermenu ul ul ul {
margin-left: 100%;
@ -494,12 +494,14 @@
#belowheadermenu ul ul li a {
border-bottom: 1px solid rgba(150, 150, 150, 0.15);
padding: 11px 15px;
width: 170px;
min-width: 170px;
font-size: 1.1em;
text-decoration: none;
color: #dddddd;
font-weight: 400;
background: #333333;
display: inline-block;
white-space: nowrap;
}
#belowheadermenu ul ul li:last-child > a,
#belowheadermenu ul ul li.last-item > a {