Minor - Fixing menu widths

skala
Julio Montoya 13 years ago
parent c02c09fd06
commit 2c23311237
  1. 9
      main/css/base.css

@ -29,11 +29,6 @@ form .label {
border-radius: none;
}
.secondary-nav {
float:right !important;
margin-right: 0px !important;
}
legend {
margin-bottom: 10px;
}
@ -3464,7 +3459,6 @@ a.forum_group_link {
/* Subnav */
.subnav {
width:100%;
height: 36px;
-webkit-border-radius: 4px;
@ -3551,8 +3545,7 @@ a.forum_group_link {
background-repeat: repeat-x;
border: 1px solid #E5E5E5;
border-radius: 4px 4px 4px 4px;
height: 53px;
width: 100%;
height: 53px;
}
.new_actions .nav > li > a {

Loading…
Cancel
Save