/* Sidenav */
#subnav {
display: block;
- width: 100%;
+ width: 98%;
overflow: hidden;
- margin: 14px 0 10px 0;
+ margin: 14px 0 10px 2%;
padding: 0 0 10px 0;
background: #102F4E;
- border-radius: 0 8px 8px 0;
+ /*border-radius: 0 8px 8px 0;*/
+ border-radius: 8px;
}
#subnav h2 {
display: block;
padding: 3px 0 3px 20px;
border-bottom: 1px solid #0E2741;
text-decoration: none;
+ color: #FFF;
}
#subnav ul li a:hover {
background: rgba(255,255,255,0.1);
/* Action 2 */
#action2 {
display: block;
- width: 100%;
+ width: 98%;
overflow: hidden;
- margin: 14px 0 10px 0;
+ margin: 14px 0 10px 2%;
padding: 0 0 10px 0;
background: #102F4E;
- border-radius: 0 8px 8px 0;
+ /*border-radius: 0 8px 8px 0;*/
+ border-radius: 8px;
}
#action2 h2 {
display: block;
padding: 3px 0 3px 20px;
border-bottom: 1px solid #0E2741;
text-decoration: none;
+ color: #FFF;
}
#action2 ul li a:hover {
background: rgba(255,255,255,0.1);