Ignore:
Timestamp:
2 Feb 2014, 10:47:57 (11 years ago)
Author:
Henrik Bettermann
Message:

Adjustments for IE8.

Shorten breadcrumbs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css

    r11031 r11032  
    3333    margin-top: 0px;
    3434    padding: 2px 15px;
     35}
     36
     37.breadcrumb > li {
     38    display: inline;
     39}
     40
     41.breadcrumb > li + li:before {
     42    content: "/";
     43    padding: 0px;
    3544}
    3645
     
    235244@media (max-width: 767px) {
    236245
    237   body {
    238       padding-top: 40px;
    239   }
    240 
    241246  .kofa-sidebar,
    242247  .kofa-content-narrow ,
     
    251256  }
    252257
    253 .value select, .half {
    254     width: 100%;
    255 }
    256 
    257 }
     258  .value select, .half {
     259      width: 100%;
     260  }
     261
     262}
Note: See TracChangeset for help on using the changeset viewer.