Skip to content

Commit

Permalink
Improve styling of navigation menus border colour and secondary menu …
Browse files Browse the repository at this point in the history
…margin
  • Loading branch information
bobbingwide committed Sep 29, 2019
1 parent bc59d3c commit d2a6ed8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
Theme Name: Genesis a2z
Theme URI: https://www.oik-plugins.com/oik-themes/genesis-a2z
Description: Child theme of Genesis Theme Framework with oik and image.php for WP-a2z
Expand Down Expand Up @@ -1137,7 +1137,7 @@ img.alignright,

background: #ffffff;

border:1px solid #F1946F;
border:1px solid #baba54;
margin:0 auto;
color: #792B0C;
text-decoration: none;
Expand Down Expand Up @@ -1278,8 +1278,8 @@ img.alignright,
display: inline-block;
}
.nav-secondary a {
margin-left: 10px;
margin-right: 10px;
margin-left: 0px;
margin-right: 0px;
padding: 0;
}
/* Content Area
Expand Down

0 comments on commit d2a6ed8

Please sign in to comment.