mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-05 11:06:23 -07:00
24 lines
305 B
SCSS
24 lines
305 B
SCSS
.reason, .ban-boards, .ban-timestamp, .ban-title, .ban-ip {
|
|
font-weight: bold;
|
|
}
|
|
|
|
form#appeal-form * {
|
|
display: block;
|
|
}
|
|
|
|
.banpage-block {
|
|
margin: 0px 26px 0px 24px;
|
|
|
|
.section-body {
|
|
padding-top: 8px;
|
|
}
|
|
}
|
|
|
|
#ban-info {
|
|
float: left;
|
|
}
|
|
|
|
img#banpage-image {
|
|
float: right;
|
|
margin: 4px 8px 8px 4px;
|
|
}
|