pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 1668674bd287440ae5e75ba2e7df953facc7ca9b
parent e0237a9c5ba5b414b91774cd746f66c69ddf70e4
Author: kyle <kyle@getaddrinfo.net>
Date:   Sun,  8 Nov 2015 23:02:24 -0700

css: remove print media queries, fix comment

Diffstat:
Metc/pricesloth.css | 11+----------
1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/etc/pricesloth.css b/etc/pricesloth.css @@ -74,7 +74,7 @@ body { } @media (max-width: 640px) { - /* anything smaller than this go into single user mode */ + /* anything smaller than this go into single column mode */ .column { width: 90%; padding: 0 5% 0 5%; @@ -85,15 +85,6 @@ body { } } -@media (max-width: 1280) { -} - -@media print { - body { - width: 100%; - } -} - .logo { height: 3em; }