diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-10-17 16:17:43 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-10-17 16:18:03 -0600 |
commit | 25c96ca845d466dbbfc75c478ce37a96104ff448 (patch) | |
tree | f36fb0e0dfae5ef2b5c26051f0e55b8c5c875086 /res | |
parent | 71e3aa3b699be1b7dc6c5baae07b4d0036062447 (diff) | |
download | oper.io-25c96ca845d466dbbfc75c478ce37a96104ff448.tar.gz oper.io-25c96ca845d466dbbfc75c478ce37a96104ff448.tar.xz |
style.css:body-wrapper: add inset box shadow
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/style.css b/res/style.css index ecd11c7..44489db 100644 --- a/res/style.css +++ b/res/style.css @@ -125,7 +125,8 @@ div#nav-header img { */ div#body-wrapper { background-color:#eee; - border:none; + border-radius:5px; + box-shadow:inset 0px 2px 5px #222; margin-right:10%; margin-top:15px; margin-left:10%; |