summaryrefslogtreecommitdiff
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
parent112ec25e5a2126578b670921614ab2857e473adb (diff)
Decrease size of problem description title
-rw-r--r--css/codeq.css13
-rw-r--r--index.html6
2 files changed, 12 insertions, 7 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;
diff --git a/index.html b/index.html
index 5d9949e..da872b7 100644
--- a/index.html
+++ b/index.html
@@ -328,7 +328,7 @@
<div class="col-lg-12 col-md-12 col-sm-12 block block1">
<div class="scrollable-content-container">
<div class="description-container">
- <h2 class="title" data-dict="prolog" data-tkey="name"></h2>
+ <h1 class="title" data-dict="prolog" data-tkey="name"></h1>
<div class="description" data-dict="prolog" data-tkey="description"></div>
</div>
</div>
@@ -367,7 +367,7 @@
<div class="col-lg-12 col-md-12 col-sm-12 block block1">
<div class="scrollable-content-container">
<div class="description-container">
- <h2 class="title" data-dict="python" data-tkey="slug"></h2>
+ <h1 class="title" data-dict="python" data-tkey="slug"></h1>
<div class="description" data-dict="python" data-tkey="description"></div>
</div>
</div>
@@ -408,7 +408,7 @@
<div class="col-lg-12 col-md-12 col-sm-12 block block1">
<div class="scrollable-content-container">
<div class="description-container">
- <h2 class="title" data-dict="robot" data-tkey="slug"></h2>
+ <h1 class="title" data-dict="robot" data-tkey="slug"></h1>
<div class="description" data-dict="robot" data-tkey="description"></div>
</div>
</div>