Created page with "#userbox-div table { background-color: #d2ebe8; border: 1px solid black; border-color: black; text-align: center; width: 100% }" |
No edit summary |
||
Line 5: | Line 5: | ||
text-align: center; | text-align: center; | ||
width: 100% | width: 100% | ||
} | |||
#userbox-div .td-left { | |||
width: 40%; | |||
text-align: right; | |||
padding-right: 5px; | |||
} | |||
#userbox-div .td-right { | |||
text-align: left; | |||
padding-left: 5px; | |||
} | } |
Revision as of 15:13, 7 August 2024
#userbox-div table { background-color: #d2ebe8; border: 1px solid black; border-color: black; text-align: center; width: 100% } #userbox-div .td-left { width: 40%; text-align: right; padding-right: 5px; } #userbox-div .td-right { text-align: left; padding-left: 5px; }