Subversion Repositories DevTools

Rev

Rev 6786 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6786 Rev 6827
Line 20... Line 20...
20
/* Bugfix to set correct width for firefox */
20
/* Bugfix to set correct width for firefox */
21
html>body .menuskin {width: auto; min-width: 108px;}
21
html>body .menuskin {width: auto; min-width: 108px;}
22
.menuskin a{text-decoration:none;color:black;padding-left: 10px;padding-right: 10px;}
22
.menuskin a{text-decoration:none;color:black;padding-left: 10px;padding-right: 10px;}
23
#mouseoverstyle a{color: Red;}
23
#mouseoverstyle a{color: Red;}
24
.mmEntry { text-align: center; vertical-align: middle; white-space: nowrap; width : 70px; }
24
.mmEntry { text-align: center; vertical-align: middle; white-space: nowrap; width : 70px; }
-
 
25
.menufake {cursor:pointer;text-decoration:none;color:black;padding-left: 10px;padding-right: 10px;}
-
 
26
#mouseoverstyle.menufake{color: Red;}
-
 
27