Files
DiceCloud/rpg-docs/client/views/layout/layout.css
2015-03-06 11:03:09 +00:00

13 lines
261 B
CSS

#accountSummary {
padding-top: 32px;
min-height: 146px;
background-image: url(/png/paper-dice-crown.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
#mainContentSection {
display: initial !important;
}