Skip to content

Commit

Permalink
Item746: begin to de-hack the css - mmm, its pretty bad atm
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/YuiMenuContrib@1942 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Jan 12, 2009
1 parent 5529f84 commit d308b00
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions data/System/YuiMenuContrib.txt
Expand Up @@ -153,19 +153,21 @@ YAHOO.util.Event.onContentReady('yui-navigation-menu', function () {
.yui-skin-sam li {
color:#000000;
cursor:default;
padding:10px;
text-decoration:none;
}
.yui-skin-sam .foswikiNewLink {
border: 0px;
}
.yui-skin-sam li a { /* set the height of each menu element */
line-height: 2.35em;
}
.yui-skin-sam :link:hover,
.yui-skin-sam :visited:hover{
background-color:transparent;
background-color:transparent;
}
/* damn, need to over-ride the overflow in Pattern Skin */
#patternSideBar {
overflow:visible;
overflow:visible;
}
</style>
%ADDTOHEAD{
Expand Down

0 comments on commit d308b00

Please sign in to comment.