Template:BiomeSpawnEntry/styles.css: Difference between revisions

From Pixelrus
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 1: Line 1:
/* Remove all padding on the <td class="biomespawn-cell"> itself */
.biomespawn-cell p {
td.biomespawn-cell {
    margin: 0;
  padding: 0 !important;
}
}
 
.biomespawn-cell{
/* Remove any paragraph margins/​padding that the wiki parser might inject */
   padding: 0em .3em 0em .3em;
td.biomespawn-cell > p {
  margin: 0 !important;
   padding: 0 !important;
  line-height: 1; /* optional, if you want to tighten any extra line spacing */
}
 
/* If there are other wrapper elements (e.g. <div>), zero them too */
td.biomespawn-cell > * {
  margin: 0 !important;
  padding: 0 !important;
}
}

Latest revision as of 00:12, 3 June 2025

.biomespawn-cell p {
    margin: 0;
}
.biomespawn-cell{
  padding: 0em .3em 0em .3em;
}