summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2018-10-17 16:11:52 -0600
committerAaron Ball <nullspoon@oper.io>2018-10-17 16:11:52 -0600
commit71e3aa3b699be1b7dc6c5baae07b4d0036062447 (patch)
treeefe46082bfc589535da23af5757b5e5198db6288 /res
parent33c7c04656af0714b1283e7569fff9b19ae0c517 (diff)
downloadoper.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.css10
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;
}

Generated by cgit