621
edits
No edit summary |
No edit summary |
||
Line 186: | Line 186: | ||
font-weight: bold; | font-weight: bold; | ||
color: #808080; | color: #808080; | ||
} | |||
.charWithType { | |||
position: relative; | |||
display: inline; | |||
} | |||
.type { | |||
position: absolute; | |||
bottom: 0.5em; | |||
right: 0.5em; | |||
height: 100px; | |||
width: 100px; | |||
} | } |