mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:18:40 +00:00
fix: markdown blockquote styles
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4e6d86b89d
commit
4a935b4595
@ -161,6 +161,13 @@ label {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.markdown-body blockquote {
|
||||
margin: 0;
|
||||
padding: 0 1em;
|
||||
color: #57606a;
|
||||
border-left: 0.25em solid #d0d7de;
|
||||
}
|
||||
|
||||
form.uoj-form-inline {
|
||||
display: inline-block;
|
||||
margin-right: 0.3em;
|
||||
@ -196,7 +203,7 @@ form.uoj-form-compressed div.form-group label.col-sm-2 {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
form.uoj-form-compressed div.form-group div.col-sm-3 {
|
||||
form.uoj-form-compressed div.form-group div.col-sm-3 {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
width: 16em;
|
||||
|
Loading…
Reference in New Issue
Block a user