Skip to content

Commit

Permalink
Remove CSS for third level nav.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 30, 2014
1 parent 1c93c5f commit 73c9bb4
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions themes/cakephp/static/csf-navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,45 +137,3 @@
#cakephp-global-navigation .second-level a:hover {
color: #BD8A5D;
}


/**
* Third level navigation
* ------------------------------------
*/
#cakephp-global-navigation .third-level {
border: 0;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#cakephp-global-navigation .cake-version ul {
display: block;
padding-left: 14px;
}
#cakephp-global-navigation .cake-version li {
display: inline;
float: left;
width: auto;
border-right: none;
background: none;
}
#cakephp-global-navigation .cake-version a {
padding: 0 3px;
background-color: transparent;
display: inline;
}
#cakephp-global-navigation li:hover li {
background-color: inherit;
}
#cakephp-global-navigation .cake-version ul,
#cakephp-global-navigation .cake-version li,
#cakephp-global-navigation .cake-version a {
line-height: 15px;
height: 15px;
}
#cakephp-global-navigation .cake-version a:hover {
color: #BD8A5D;
text-decoration: underline;
}

0 comments on commit 73c9bb4

Please sign in to comment.