add a small inset border to the wrapper elements

This commit is contained in:
Manuel Friedli 2015-03-26 23:10:03 +01:00
parent d62498023a
commit 46a6e1bbec
1 changed files with 1 additions and 0 deletions

View File

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