summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2019-09-24 22:54:31 -0600
committerAaron Ball <nullspoon@oper.io>2019-09-24 22:54:31 -0600
commit744be358fa5663c1d64da29001613a71d5295620 (patch)
treee286ab523ccef0699acc37df03a7a56af1c8b400 /res
parentc6bd7ce9e24ffe51c0c0e7c48bc1541d07f0a157 (diff)
downloadoper.io-744be358fa5663c1d64da29001613a71d5295620.tar.gz
oper.io-744be358fa5663c1d64da29001613a71d5295620.tar.xz
style:clean up layout a bit
Remove body inner shadow. Reduce max with from 90em to 80em. Remove the dark background color.
Diffstat (limited to 'res')
-rw-r--r--res/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/style.css b/res/style.css
index abeb4a8..f145c1c 100644
--- a/res/style.css
+++ b/res/style.css
@@ -208,14 +208,14 @@ div#nav-header-links a:hover {
* Body Styles
*/
div#body-wrapper {
- background-color:#eee;
+ /*background-color:#eee;
border-radius:5px;
- box-shadow:inset 0px 2px 5px #222;
+ box-shadow:inset 0px 2px 5px #222;*/
margin-top:15px;
margin-left:auto;
margin-right:auto;
padding:7px 0px 0px 0px;
- max-width:90em;
+ max-width:80em;
}

Generated by cgit