From 0bd77f137dfcdcec2d9fd14926c5c85961c2b23a Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 18 Feb 2016 15:14:38 +0100 Subject: Remove commented-out CSS settings --- css/codeq.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/css/codeq.css b/css/codeq.css index fa00b64..881f46d 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -158,8 +158,6 @@ div.vertical-line{ /* screen problems*/ .block { - /*border-right: 1px solid #e5e5e5; - border-bottom: 1px solid #e5e5e5;*/ padding: 0; min-height: 4em; overflow: hidden; @@ -213,7 +211,6 @@ div.vertical-line{ left: 0; right: 0; background-color: #F7F7F7; - /*font-family: monospace;*/ opacity: .7; text-align: left; } @@ -231,12 +228,10 @@ div.vertical-line{ z-index: 60; opacity: .7; right: 0.75em; - /*bottom: 0.25em;*/ bottom: 0; margin: 0; width: 150px; text-transform: uppercase; - /*font-size: large;*/ text-align: right; } @@ -463,14 +458,6 @@ div.vertical-line{ } } -/* sm */ -@media (min-width: 768px) and (max-width: 991px) { -} - -/* xs */ -@media (max-width: 767px) { -} - /* xs & sm */ @media (max-width: 991px) { /* info */ -- cgit v1.2.1