Changeset 119792 in spip-zone
- Timestamp:
- Jan 16, 2020, 6:13:20 PM (14 months ago)
- Location:
- _themes_/spipr/v2/patisson
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_themes_/spipr/v2/patisson/body.html
r119791 r119792 30 30 </div> 31 31 </div> 32 33 <div class="footer" id="footer"> 32 </div> 33 <div class="footer" id="footer"> 34 <div class="container"> 34 35 <INCLURE{fond=footer/#ENV{type-page},env} /> 36 </div> 37 </div> 38 <div class="second-footer" id="second-footer"> 39 <div class="container"> 40 <INCLURE{fond=inclure/second-footer} /> 35 41 </div> 36 42 </div> -
_themes_/spipr/v2/patisson/css/theme.scss
r119785 r119792 4 4 5 5 @import "css/utilities/links"; 6 @import "css/utilities/dev"; 6 7 7 8 @import "css/composants/header"; 8 9 @import "css/composants/navbar"; 10 @import "css/composants/footer"; 11 @import "css/composants/second-footer"; 9 12 10 13 html {
Note: See TracChangeset
for help on using the changeset viewer.