1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-28 08:03:07 +03:00

Use rounded corners for item boxes. (#231)

* Use rounded borders for item-info

Set a 10px border radius instead of using square corners.

* Set border radius on item-body.

* Use 5px border radius.
This commit is contained in:
Matt Renaud 2018-10-31 23:50:25 -07:00 committed by mixailflash
parent e51268fb7e
commit c9c8b537ae
2 changed files with 4 additions and 0 deletions

View File

@ -250,6 +250,8 @@ body {
.item-body {
padding-top: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.item-traits,

View File

@ -44,6 +44,8 @@ CSS
.item-info {
padding-bottom: 12px;
padding: 10px 15px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.item-info .section.normal {