- Timestamp:
- 22 Aug 2022, 08:44:41 (2 years ago)
- Location:
- main/kofacustom.lpng/trunk/layout
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/layout/static/custom.css
r16990 r17071 66 66 margin-right: 50px; 67 67 } 68 69 .lp-logo { 70 width: 100%; 71 } 72 73 @media (min-width: 992px) { 74 .lp-logo { 75 width: 80%; 76 } 77 } -
main/kofacustom.lpng/trunk/layout/theme.html
r17021 r17071 98 98 99 99 <div id="logo-container"> 100 <a href=""><img src="static_custom/lp_logo.png" width="350"></a>100 <a href=""><img class="lp-logo" src="static_custom/obi_logo.png"></a> 101 101 </div> 102 102
Note: See TracChangeset for help on using the changeset viewer.