diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 13 |
1 files changed, 0 insertions, 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 */ |