[presentations] 01/03: Add styling for code examples.

Chris Lamb chris at chris-lamb.co.uk
Fri Aug 11 16:29:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository presentations.

commit 5e650311aa4ce7b0a6de3c0e5fc587f64fc30a8e
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Aug 11 12:25:34 2017 -0400

    Add styling for code examples.
---
 2017-08-11-DebConf17/index.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/2017-08-11-DebConf17/index.html b/2017-08-11-DebConf17/index.html
index 102e019..62ba01e 100644
--- a/2017-08-11-DebConf17/index.html
+++ b/2017-08-11-DebConf17/index.html
@@ -46,6 +46,12 @@
   .pull-right {
     float: right;
   }
+
+  .reveal pre code {
+    padding: 20px;
+    overflow: hidden;
+    background-color: #3f3f3f;
+  }
   </style>
 
   <!--[if lt IE 9]>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git



More information about the Reproducible-commits mailing list