diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-04-24 14:56:21 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-04-24 14:56:21 +0200 |
commit | 534447bf8cbe043c99ca3ac1bb2907a6b375c190 (patch) | |
tree | ea2e70e4c060685535e8c91fd2425b2c328f11ff /css | |
parent | d5de581bc54c8dcf17e7e2c3fe72165b77e22c3e (diff) |
Revert "Experiment: add "teacher helped" link to Prolog screen"
This reverts commit 982522b5b9dfc39c10d08129b873aadf77b7293f.
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/css/codeq.css b/css/codeq.css index 56a086b..964909e 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -345,11 +345,6 @@ div.CodeMirror span.CodeMirror-matchingbracket { /***** responsiveness *****/ /* md & ld */ @media (min-width: 992px) { - /* experiment: Prolog hints */ - .teacher-help { - position: fixed; bottom: 0; left: 0; max-width: 30%; - } - /* end of experiment: Prolog hints */ /* BEGIN layouts */ /*~~ line-layout ~~*/ |