File "utils.css.html"

Full path: /home/argothem/www/spip/utils.css.html
File size: 418 bytes
MIME-type: text/html
Charset: utf-8

[(#REM)

	Ce squelette définit les styles des boutons de l'espace privé.

	Classes utilitaires.

]#CACHE{3600*100,cache-client}
#HTTP_HEADER{Content-Type: text/css; charset=utf-8}
#HTTP_HEADER{Vary: Accept-Encoding}
[(#REM)<style>]

/* Éléments flottants */
.float-start {
	float: var(--spip-left); /* fallback */
	float: inline-start;
}
.float-end {
	float: var(--spip-right); /* fallback */
	float: inline-end;
}