123456789101112131415161718192021222324252627282930313233 |
- dl{
- margin-top: 12px;
- margin-bottom: 12px;
- }
- #main{
- padding-top: 48px;
- }
- #main-header>.header span:not(:last-child){
- display:none;
- }
- #main-header .header>*{
- padding-left: 15px !important;
- }
- #nav-container{
- top:48px;
- }
- .header{
- height: 48px;
- }
- .header > *{
- line-height: 48px;
- font-size:18px;
- }
- .header span:not(:first-child):before{
- content:none;
- }
|