Better display of problems and solutions
This commit is contained in:
parent
7edc20f556
commit
02a1a96ed6
2 changed files with 18 additions and 30 deletions
|
@ -42,6 +42,14 @@ article .header {
|
|||
/* background: #eee; */
|
||||
/* } */
|
||||
|
||||
blockquote {
|
||||
display: block;
|
||||
border-left: 2px solid #808080;
|
||||
padding-left: 1rem;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.definition, .proposition, .theorem {
|
||||
display: block;
|
||||
border-left: 2px solid #808080;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue