[reproducible-website] 05/05: Tidy CSS layout of talks.
Chris Lamb
chris at chris-lamb.co.uk
Wed Dec 14 14:46:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository reproducible-website.
commit e1c24cadb57df7c1e49f7dee7b247ba184eea98b
Author: Chris Lamb <lamby at debian.org>
Date: Wed Dec 14 15:36:53 2016 +0100
Tidy CSS layout of talks.
Signed-off-by: Chris Lamb <lamby at debian.org>
---
css/main.css | 4 ++++
docs.html | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/css/main.css b/css/main.css
index 88fb5f9..029f207 100644
--- a/css/main.css
+++ b/css/main.css
@@ -474,3 +474,7 @@ aside li a {
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
+
+dl.talks dd {
+ margin-bottom: 20px;
+}
diff --git a/docs.html b/docs.html
index 5392e32..c2dfd8c 100644
--- a/docs.html
+++ b/docs.html
@@ -33,7 +33,7 @@ permalink: /docs/
<h2>Talks</h2>
</div>
<div class="eight columns text">
- <dl>
+ <dl class="talks">
<dt>
<em>Reproducible builds status update</em><br />
by Chris Lamb and Holger Levsen, <a href="https://wiki.debian.org/DebianEvents/gb/2016/MiniDebConfCambridge">MiniDebConfCambridge 2016</a>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git
More information about the Reproducible-commits
mailing list