Difference between revisions of "Widget:Template/DragonTierListRow/css"
Jump to navigation
Jump to search
>Canim44 m (Undo spacing) |
>Canim44 m (Changing order) |
||
| Line 2: | Line 2: | ||
.dragonTLrow { | .dragonTLrow { | ||
max-width: 450px; | max-width: 450px; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
border: 1px solid gray; | border: 1px solid gray; | ||
padding: 2px; | padding: 2px; | ||
| Line 15: | Line 7: | ||
/* Mobile Only */ | /* Mobile Only */ | ||
@media screen and (max-width: 649px) { | @media screen and (max-width: 649px) { | ||
| − | + | .dragonTLquery { | |
text-align: center; | text-align: center; | ||
} | } | ||
| Line 34: | Line 26: | ||
display: none; | display: none; | ||
} | } | ||
| + | } | ||
| + | .dragonTLwriteuphead { | ||
| + | font-weight: bold; | ||
| + | line-height: 1.6; | ||
| + | } | ||
| + | .dragonTLwriteupcontent { | ||
| + | border: 1px solid gray; | ||
| + | padding: 2px; | ||
} | } | ||
</style> | </style> | ||
</includeonly> | </includeonly> | ||