summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-25 15:52:32 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-25 15:52:32 +0100
commitb7cb6ffc3f81bb8c6d37d187bb41e5e7118ab09e (patch)
tree90f67e7e9a0935de2ec0da0edfe3425b16d8c50f /css
parent0d5288b56645549ca4d7e76fa7e587b9af832d3c (diff)
Add a screen to view own solutions
Diffstat (limited to 'css')
-rw-r--r--css/codeq.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/codeq.css b/css/codeq.css
index 0c30f62..9e4bd2e 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -158,14 +158,18 @@ div.vertical-line{
margin: 0 1% 0 1%;
}
-
-/* screen problems*/
+/* screen problems */
.block {
padding: 0;
min-height: 4em;
overflow: hidden;
}
+/* screen solutions */
+h2.group-title a.view-solutions {
+ font-size: small;
+}
+
/* description */
.block.block1 {
border-bottom: 1px solid #ddd;