summaryrefslogtreecommitdiff
path: root/kpov_judge/web/kpov_judge/static/style.css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-02-16 22:50:14 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-02-16 22:50:14 +0100
commit78f032649c7f61c63b8ca4d5455a4759af531fc7 (patch)
treec96b02c08343b1a7d1d167fa345236ed39dc69f1 /kpov_judge/web/kpov_judge/static/style.css
parent448ff2cd1168ccee81f848238170ad156a3684b4 (diff)
Improve task_greeting.html template
Fix semantics and improve style.
Diffstat (limited to 'kpov_judge/web/kpov_judge/static/style.css')
-rw-r--r--kpov_judge/web/kpov_judge/static/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/kpov_judge/web/kpov_judge/static/style.css b/kpov_judge/web/kpov_judge/static/style.css
index 4511302..363fbc4 100644
--- a/kpov_judge/web/kpov_judge/static/style.css
+++ b/kpov_judge/web/kpov_judge/static/style.css
@@ -25,9 +25,15 @@ dd {
margin-left: 1em;
}
-h1 {
+h1, h2, h3 {
margin-bottom: 0.5em;
}
+h2 {
+ font-size: 110%;
+}
+h3 {
+ font-size: 105%;
+}
p {
hyphens: auto;