Ticket UUID: | 1b41304d8b7acfc5446bc93eae15baae41dced71 | ||
Title: |
is really necessary?
| ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Cosmetic | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2010-09-29 17:14:21 | ||
Version Found In: | wolfgangFormat2CSS_2 | ||
Description & Comments: | |||
in the very end of page somehow restricts skinning of fossil. What is the goal of having this. Shouldn't it be just div#footer { clear: both; } property in CSS?
wolfgang added on 2010-09-28 08:22:06: style.c: /* Put the footer at the bottom of the page. ** the additional clear/both is needed to extend the content ** part to the end of an optional sidebox. */This is added INSIDE the conten area. I'll try to move this to the footer style. This will require edits on all existing footers, because this has to be added to the footer style definition in the configured CSS. wolfgang added on 2010-09-28 08:32:05: wolfgang added on 2010-09-28 08:46:24: So i'll try to move the clear:both back to the content area. Maybe i'll use a empty span with an own class definition. wolfgang added on 2010-09-29 17:14:21: |