summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2018-10-17 16:17:43 -0600
committerAaron Ball <nullspoon@oper.io>2018-10-17 16:18:03 -0600
commit25c96ca845d466dbbfc75c478ce37a96104ff448 (patch)
treef36fb0e0dfae5ef2b5c26051f0e55b8c5c875086 /res
parent71e3aa3b699be1b7dc6c5baae07b4d0036062447 (diff)
downloadoper.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.css3
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%;

Generated by cgit