User:Merds/CSS/Infobox.css: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 44: | Line 44: | ||
text-align: center; |
text-align: center; |
||
color: white; |
color: white; |
||
padding: 0.5em 0; |
|||
line-height: 1.4em; |
|||
} |
} |
||
Line 66: | Line 68: | ||
} |
} |
||
.infobox tr |
.infobox tr td:not(.infobox-padding) { |
||
padding: |
padding: 0.2em 0.5em; |
||
} |
} |
||
Line 73: | Line 75: | ||
border-right: 2px solid var(--table-subheader); |
border-right: 2px solid var(--table-subheader); |
||
text-align: right; |
text-align: right; |
||
padding: |
padding: 0.2em 0.5em; |
||
} |
} |
||