summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-18 15:14:38 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-18 15:14:38 +0100
commit0bd77f137dfcdcec2d9fd14926c5c85961c2b23a (patch)
tree8c0d27438713701afcd0179aabc06e5295fdfef7
parent8b1f603448c2c84bdfc82b6319d6f3468f84b367 (diff)
Remove commented-out CSS settings
-rw-r--r--css/codeq.css13
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 */