From 46a1c29772b9c7ba4d8bfea973adad46bf7c7af7 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 30 Mar 2016 13:14:19 -0400 Subject: [PATCH] 800->960px Former-commit-id: 56b880a84efd3ac78f2d5b686b66e25d332209ef [formerly d08d502842b204c4b0a751ef62a3c770fedc00ec] [formerly eb250af411c44d4bae5d0781ff4dd12e14b74b31 [formerly fe9521f7b0668dc489dcd2d2e26ba5164dcb13c9]] Former-commit-id: a87778f820e0d809ee954bd335d37f8264274473 [formerly eb345153b8e59ae942537452b99ddee642702238] Former-commit-id: a7c6a9bbb5ac50beb15603c4c657153d4e9a39ad --- static/css/view.css | 4 ++-- templates/list.tmpl | 5 ----- templates/view.tmpl | 5 ----- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/static/css/view.css b/static/css/view.css index 979c8e5..f4dd83c 100644 --- a/static/css/view.css +++ b/static/css/view.css @@ -304,13 +304,13 @@ padding: 0.4em 1em 6em; background: #fdfdfd; } .yue { -max-width: 700px; +max-width: 960px; margin: 0 auto; } @media (min-width: 1200px) { .container{ - max-width: 700px; + max-width: 960px; } } diff --git a/templates/list.tmpl b/templates/list.tmpl index d2d79dd..a89e84e 100644 --- a/templates/list.tmpl +++ b/templates/list.tmpl @@ -11,11 +11,6 @@ padding: 0; list-style-type: none; } -@media (min-width: 1200px) { - .container { - max-width: 960px; - } -} diff --git a/templates/view.tmpl b/templates/view.tmpl index 86881da..e28a50e 100644 --- a/templates/view.tmpl +++ b/templates/view.tmpl @@ -14,11 +14,6 @@ a.deleteable { cursor: pointer; } -@media (min-width: 1200px) { - .container { - max-width: 960px; - } -} {{ if .Coding }}