summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-18 16:17:33 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-18 16:17:33 +0100
commit577c6b8bc066651d4359fa92003fbac48af306f0 (patch)
tree29246633f071698e44026e10ee78985b489ee853 /css
parent112ec25e5a2126578b670921614ab2857e473adb (diff)
Decrease size of problem description title
Diffstat (limited to 'css')
-rw-r--r--css/codeq.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/css/codeq.css b/css/codeq.css
index 667349e..b73cbf5 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -167,15 +167,20 @@ div.vertical-line{
}
/* description */
-.block > .description-container {
- padding: 0.5em 0.5em 20px 0.5em;
-}
-
.block.block1 {
border-bottom: 1px solid #ddd;
padding-bottom: 1em;
}
+.description-container {
+ padding: 0.5em;
+}
+
+.description-container > h1 {
+ font-size: 1.3em;
+ font-weight: bold;
+}
+
/* hints */
.block.block4 {
padding-bottom: 1em;