From 816ea1d94aa15684384a7a4c2eed287dee5dcc8e Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Sun, 26 Oct 2014 22:05:02 -0700 Subject: [PATCH] Fix page background color styling. It was previously gray so that negative rubber band scrolling in Safari would show gray, but that's not actually interesting/worth it. --- app/static/main.css | 6 +----- app/templates/base/page.html | 8 +++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/app/static/main.css b/app/static/main.css index 099afbd..696612c 100644 --- a/app/static/main.css +++ b/app/static/main.css @@ -3,7 +3,6 @@ body { font-size: 10pt; margin: 0; padding: 0; - background: #eee; } a { @@ -15,6 +14,7 @@ a { position: relative; height: 164px; overflow: hidden; + background: #eee; } @media (max-width: 600px) { @@ -42,10 +42,6 @@ a { margin-left: -555px; } -.body-background { - background: #fff; -} - .body { padding: 10px; max-width: 1104px; diff --git a/app/templates/base/page.html b/app/templates/base/page.html index 8aa735e..9af9949 100644 --- a/app/templates/base/page.html +++ b/app/templates/base/page.html @@ -12,12 +12,10 @@ GitHop -
-
-

{{template "title" .}}

+
+

{{template "title" .}}

- {{template "body" .}} -
+ {{template "body" .}}