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:
parent
e51268fb7e
commit
c9c8b537ae
@ -250,6 +250,8 @@ body {
|
||||
|
||||
.item-body {
|
||||
padding-top: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
||||
.item-traits,
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user