Projet

Général

Profil

0001-style-force-page-div-s-to-clear-floats-12770.patch

Frédéric Péters, 27 juillet 2016 16:05

Télécharger (804 octets)

Voir les différences:

Subject: [PATCH] style: force page <div>s to clear floats (#12770)

 wcs/qommon/static/css/qommon.css | 8 ++++++++
 1 file changed, 8 insertions(+)
wcs/qommon/static/css/qommon.css
309 309
	border: 1px solid #aaa;
310 310
	padding: 1ex;
311 311
	margin-bottom: 1em;
312
	box-sizing: border-box;
313
}
314

  
315
form div.page::after,
316
div.dataview div.page::after {
317
	content: "";
318
	display: block;
319
	clear: both;
312 320
}
313 321

  
314 322
form div.page p,
315
-