More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#bloque-container { | |||
width:100% | |||
} | |||
#bloque { | #bloque { | ||
display:inline-block; | display:inline-block; |
Revision as of 20:47, 20 August 2024
/* CSS placed here will be applied to all skins */ #bloque-container { width:100% } #bloque { display:inline-block; padding:10px; border-top: #E6E6E6 5px; }