From 30d0ee651fdf78c051358ea5800d8c68e5c0c2c2 Mon Sep 17 00:00:00 2001 From: Eugene Simakin Date: Sun, 5 Jan 2014 11:26:20 +0400 Subject: [PATCH] Delete unused css media queries --- css/stylesheet.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/stylesheet.css b/css/stylesheet.css index 67724d2..921f78b 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -288,7 +288,7 @@ form { h4:before { content: "////"; color: #9ddcff; - padding-right: 0.3em; + padding-right: 0.8em; margin-left: -2.8em; } @@ -394,8 +394,8 @@ footer a:hover { ================================================== */ /* Smaller than standard 960 (devices and browsers) */ -@media only screen and (max-width: 959px) { -} +/*@media only screen and (max-width: 959px) {*/ +/*}*/ /* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 959px) {