|
2010-09-29
| ||
| 17:14 | • Fixed ticket [1b41304d8b]: <div style="clear: both"> is really necessary? plus 2 other changes ... (artifact: 43276900d2 user: wolfgang) | |
|
2010-09-28
| ||
| 09:02 | solved ticket [1b41304d8b]: moved style clear: both from code for content to css, adding the corresponding div only, if a sidebox wass used ... (check-in: 26fc585ecf user: Ratte tags: wolfgangFormat2CSS_2) | |
| 08:46 | • Ticket [1b41304d8b] <div style="clear: both"> is really necessary? status still Verified with 1 other change ... (artifact: 2b40a6cb56 user: wolfgang) | |
| 08:32 | • Verified ticket [1b41304d8b]. ... (artifact: 48578877c1 user: wolfgang) | |
| 08:29 | solved ticket [1b41304d8b]: moved style clear: both from code for content div to footer css, needs redefinition of div.footer in the css configuration! ... (check-in: 15b3ad2509 user: Ratte tags: wolfgangFormat2CSS_2) | |
| 08:22 | • Ticket [1b41304d8b] <div style="clear: both"> is really necessary? status still Open with 2 other changes ... (artifact: 90d068aede user: wolfgang) | |
| 07:11 | • New ticket [1b41304d8b]. ... (artifact: c6b0550319 user: anonymous) | |
| Ticket Hash: | 1b41304d8b7acfc5446bc93eae15baae41dced71 | ||
| Title: | <div style="clear: both"> is really necessary? | ||
| Status: | Fixed | Type: | Code_Defect |
| Severity: | Cosmetic | Priority: | |
| Subsystem: | Resolution: | Fixed | |
| Last Modified: |
2010-09-29 17:14:21 15.51 years ago |
Created: |
2010-09-28 07:11:58 15.52 years ago |
| Version Found In: | wolfgangFormat2CSS_2 | ||
| Description: | ||||
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: | ||||