summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/css/main.css14
-rw-r--r--share/html_end4
2 files changed, 17 insertions, 1 deletions
diff --git a/share/css/main.css b/share/css/main.css
index 77ea8a7..859bc61 100644
--- a/share/css/main.css
+++ b/share/css/main.css
@@ -2,6 +2,10 @@ body {
font-family: Sans-Serif;
}
+a {
+ text-decoration: none;
+}
+
div.image-container {
text-align: center;
font-size: 80%;
@@ -18,3 +22,13 @@ div.image-container img {
max-width: /* $imgwidth */;
max-height: /* $imgheight */;
}
+
+.gslide-desc p span {
+ padding-left: 0.2em;
+ padding-right: 0.2em;
+}
+
+.gslide-desc p span.sep {
+ padding-left: 0.4em;
+ padding-right: 0.4em;
+}
diff --git a/share/html_end b/share/html_end
index a080491..1306429 100644
--- a/share/html_end
+++ b/share/html_end
@@ -1,6 +1,8 @@
</div>
<script type="text/javascript">//<![CDATA[
- const lightbox = GLightbox();
+ const lightbox = GLightbox({
+ moreLength: 0
+ });
//]]></script>
</body>
</html>