Template:Spell info/style.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "ul > li { list-style-type: none; border: 1px solid #cbc6c3; background-color: #fff; box-shadow: inset 0 0 4px 0 #dcd1c7; padding: 4px 8px; font-size: 9px; font-w..." |
mNo edit summary |
||
Line 12: | Line 12: | ||
margin-bottom: 3px; | margin-bottom: 3px; | ||
margin-left: 3px; | margin-left: 3px; | ||
} | |||
ul { | |||
margin: 0; | |||
} | } |
Revision as of 01:42, 13 February 2022
ul > li {
list-style-type: none;
border: 1px solid #cbc6c3;
background-color: #fff;
box-shadow: inset 0 0 4px 0 #dcd1c7;
padding: 4px 8px;
font-size: 9px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
display: inline-block;
margin-bottom: 3px;
margin-left: 3px;
}
ul {
margin: 0;
}