Template:Test/styles.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
background-color: #EFE8D8; | background-color: #EFE8D8; | ||
color: black; | color: black; | ||
} | |||
table.pretty_table td { | |||
text-align: left; | text-align: left; | ||
} | } | ||
Line 21: | Line 19: | ||
color: black; | color: black; | ||
font-size: 88%; | font-size: 88%; | ||
} | } | ||
.small | table.small td { | ||
text-align: left; | text-align: left; | ||
} | } |
Revision as of 20:55, 1 July 2023
table.pretty_table {
margin-left: auto;
margin-right: auto;
vertical-align: top;
width: 75%;
background-color: #EFE8D8;
color: black;
}
table.pretty_table td {
text-align: left;
}
table.small {
margin: 1em 1em 1em 0;
vertical-align: top;
width: 300px;
background-color: #EFE8D8;
color: black;
font-size: 88%;
}
table.small td {
text-align: left;
}