Templat:Verse translation/gaya.css
Tampilan
/* {{pp-template}} */
.verse_translation .translated{
padding-left: 2em !important;
}
/*wrap if below 700px*/
@media only screen and (max-width: 43.75em) {
.verse_translation.wrap_when_small td{
display: block;
padding-left: 0.5em;
}
.verse_translation.wrap_when_small .translated{
padding-left: 0.5em !important;
}
}