From 2e50082661db50137ed7947c3eb231c931c7c884 Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Tue, 4 Feb 2014 10:21:43 -0800 Subject: [PATCH] Dashboard wrapper div --- public/dashboard.css | 6 +++++- views/layout.erb | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public/dashboard.css b/public/dashboard.css index 12fc3fc..d5d5be4 100644 --- a/public/dashboard.css +++ b/public/dashboard.css @@ -1,11 +1,15 @@ body, #content { margin-top: 20px; - width: 960px; margin-left: auto; margin-right: auto; } +#wrap { + margin-left: 1%; + margin-right: 1%; +} + #header { border-bottom: solid 1px #888; margin-bottom: 20px; diff --git a/views/layout.erb b/views/layout.erb index 9bfe15f..98edbf3 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -13,6 +13,7 @@ +