Changeset 11032 for main/waeup.kofa/branches
- Timestamp:
- 2 Feb 2014, 10:47:57 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css
r11031 r11032 33 33 margin-top: 0px; 34 34 padding: 2px 15px; 35 } 36 37 .breadcrumb > li { 38 display: inline; 39 } 40 41 .breadcrumb > li + li:before { 42 content: "/"; 43 padding: 0px; 35 44 } 36 45 … … 235 244 @media (max-width: 767px) { 236 245 237 body {238 padding-top: 40px;239 }240 241 246 .kofa-sidebar, 242 247 .kofa-content-narrow , … … 251 256 } 252 257 253 .value select, .half {254 width: 100%;255 }256 257 } 258 .value select, .half { 259 width: 100%; 260 } 261 262 } -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/breadcrumbs.pt
r10943 r11032 3 3 <span tal:replace="item/title">Entry</span> 4 4 </a> 5 6 5 </li>
Note: See TracChangeset for help on using the changeset viewer.