From 0261ab653e29c9f1d49796f7bf65b8d6d1ef4cc2 Mon Sep 17 00:00:00 2001 From: 0ip Date: Sun, 19 Feb 2012 20:10:10 +0100 Subject: [PATCH] Update static/css/pad.css --- static/css/pad.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/pad.css b/static/css/pad.css index caa61b4ef..167aed253 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1212,7 +1212,7 @@ label { } } -@media only screen and (min-width: 320px) and (max-width: 720px) { +@media only screen and (min-device-width: 320px) and (max-device-width: 720px) { #editbar ul li { padding: 4px 3px; }