Skip to content

Commit

Permalink
fix(admonition): reduce border radius to match radii of other components
Browse files Browse the repository at this point in the history
Fix #490
  • Loading branch information
talha131 committed Aug 21, 2019
1 parent 1c889da commit de08d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/admonition.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ div.admonition {
margin-bottom: 20px;
background-color: #fcf8e3;
border: 1px solid;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

div.admonition p {
Expand Down

0 comments on commit de08d20

Please sign in to comment.