diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-18 15:14:38 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-18 15:14:38 +0100 |
commit | 0bd77f137dfcdcec2d9fd14926c5c85961c2b23a (patch) | |
tree | 8c0d27438713701afcd0179aabc06e5295fdfef7 | |
parent | 8b1f603448c2c84bdfc82b6319d6f3468f84b367 (diff) |
Remove commented-out CSS settings
-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 */ |