add a small inset border to the wrapper elements
This commit is contained in:
parent
d62498023a
commit
46a6e1bbec
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ div.wrapper {
|
|||
border-radius: 0.5em;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
box-shadow: 0 0 1px 1px #ea0 inset;
|
||||
margin-bottom: 0.5em;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
Loading…
Reference in a new issue