Better display of problems and solutions

This commit is contained in:
Dimitri Lozeve 2020-07-17 16:49:35 +02:00
parent 7edc20f556
commit 02a1a96ed6
2 changed files with 18 additions and 30 deletions

View file

@ -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;