Skip to content

Instantly share code, notes, and snippets.

@jasonmelgoza
Created March 24, 2011 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonmelgoza/885517 to your computer and use it in GitHub Desktop.
Save jasonmelgoza/885517 to your computer and use it in GitHub Desktop.
dl.portlet ul.navTreeLevel0 li.navTreeItem {
height: auto;
}
dl.portlet ul.navTreeLevel1 {
border-radius: 0 0 0 0;
padding-bottom: 15px;
}
dl.portlet ul.navTreeLevel1 li.navTreeItem {
background: none repeat scroll 0 0 transparent;
border-bottom: medium none;
border-radius: 0 0 0 0;
display: block;
height: auto;
line-height: 18px;
list-style: none outside none;
margin: 0;
padding-left: 20px;
width: auto;
}
dl.portlet ul.navTreeLevel1 li.navTreeItem a {
background: none repeat scroll 0 0 transparent;
border-bottom: 1px dotted #FFFFFF;
color: #FFFFFF;
display: inline;
font-size: 12px;
margin: 0;
padding-left: 0 !important;
text-shadow: none;
width: auto;
}
dl.portlet ul.navTreeLevel1 li.navTreeItem a:hover {
border: medium none;
color: #FFFFFF !important;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment