From 05725b9fa4843d19561b026567979709cc6b62a2 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 21 Feb 2018 11:40:28 -0500 Subject: initial commit --- main.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 main.css (limited to 'main.css') diff --git a/main.css b/main.css new file mode 100644 index 0000000..f16954f --- /dev/null +++ b/main.css @@ -0,0 +1,32 @@ +td { + padding-bottom: 5px; + padding-top: 5px; +} + +td.first { + border-right: 2px solid #000; + padding-right: 5px; +} + +td:not(.first) { + text-align: center; +} + + +.column:first-of-type {float:left} +.column:last-of-type {float:right} + +.split-40 .column:first-of-type {width: 60%} +.split-40 .column:last-of-type {width: 40%} + +.remark-slide-number { + opacity: 0.0; +} + +img { + display: block; + margin-left: auto; + margin-right: auto; + width: 80%; +} + -- cgit v1.2.3-54-g00ecf