diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-10-17 16:11:52 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-10-17 16:11:52 -0600 |
commit | 71e3aa3b699be1b7dc6c5baae07b4d0036062447 (patch) | |
tree | efe46082bfc589535da23af5757b5e5198db6288 /res | |
parent | 33c7c04656af0714b1283e7569fff9b19ae0c517 (diff) | |
download | oper.io-71e3aa3b699be1b7dc6c5baae07b4d0036062447.tar.gz oper.io-71e3aa3b699be1b7dc6c5baae07b4d0036062447.tar.xz |
style.css:slight layout change
Reduced page width by 20%. Made background near black and body-wrapper
background near white to narrow the reading pane a bit.
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/style.css b/res/style.css index f8bc2e2..ecd11c7 100644 --- a/res/style.css +++ b/res/style.css @@ -2,7 +2,7 @@ html, body { color:#3f3b33; font-family:"Dejavu Sans", sans-serif; - background-color:#eee; + background-color:#292929; font-size:15px; margin:0px; padding:0px; @@ -124,11 +124,11 @@ div#nav-header img { * Body Styles */ div#body-wrapper { - background:none; + background-color:#eee; border:none; - margin-right:00px; - margin-top:0px; - margin-left:0px; + margin-right:10%; + margin-top:15px; + margin-left:10%; padding:0px; } |