Diferencia entre revisiones de «MediaWiki:Common.css»
De Amereida
Línea 21: | Línea 21: | ||
} | } | ||
− | .licence | + | .licence .image{ |
float: left; | float: left; | ||
display: inline-block; | display: inline-block; | ||
Línea 28: | Línea 28: | ||
} | } | ||
− | .licence | + | .licence .image::after{ |
content: ""; | content: ""; | ||
clear: both; | clear: both; | ||
display: table; | display: table; | ||
} | } |
Revisión del 09:18 4 abr 2018
/* Ocultar los títulos de las páginas y dejar sólo el contenido */ .firstHeading{ /*display: none;*/ font-size: 11pt; font-variant: small-caps; } /* Ajuste de formularios */ table.formatable th{ text-align: right; text-transform: } /* licencias para archivos */ .licence{ padding: 1em 2ex; border: 1px solid #EEE; border-radius: 1ex; font-size: 75%; } .licence .image{ float: left; display: inline-block; margin-right: 2em; overflow: auto; } .licence .image::after{ content: ""; clear: both; display: table; }