Welcome to Assassin's Creed Wiki! Log in and join the community.

User:Soranin/mediawiki.css: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>Soranin
probably the closest?
imported>Soranin
i wonder...
Line 1: Line 1:
.tabbernav li {
.portable-infobox .pi-navigation,
    line-height: 200px;
.portable-infobox .pi-header,
.portable-infobox .pi-caption,
.portable-infobox .pi-data-value,
.portable-infobox .pi-data-label {
    -webkit-hyphens:none;
    -moz-hyphens:none;
    -ms-hyphens:none;
    hyphens:none;
}
}

Revision as of 04:06, 20 July 2020

.portable-infobox .pi-navigation,
.portable-infobox .pi-header,
.portable-infobox .pi-caption,
.portable-infobox .pi-data-value,
.portable-infobox .pi-data-label {
     -webkit-hyphens:none;
     -moz-hyphens:none;
     -ms-hyphens:none;
     hyphens:none;
}