Fix menu per tablet
This commit is contained in:
@@ -115,6 +115,25 @@ td.colimg { font-family: verdana; font-size: 11px; text-align: left; height:1px
|
||||
background:#5191D5;
|
||||
text-decoration:underline;
|
||||
}
|
||||
#nav div{
|
||||
display:block;
|
||||
padding:3px;
|
||||
color:#fff;
|
||||
background:#333;
|
||||
text-decoration:none;
|
||||
}
|
||||
#nav div.sel{
|
||||
display:block;
|
||||
padding:3px;
|
||||
color:#fff;
|
||||
background:#888;
|
||||
text-decoration:none;
|
||||
}
|
||||
#nav div:hover{
|
||||
color:#fff;
|
||||
background:#5191D5;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
/*--- DROPDOWN ---*/
|
||||
#nav ul{
|
||||
|
||||
Reference in New Issue
Block a user