summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-02-21 11:40:28 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-02-21 11:40:28 -0500
commit05725b9fa4843d19561b026567979709cc6b62a2 (patch)
tree9befb0daadbb24647fad52635d36657fcb98b17c /main.css
downloadaps_mm_2018-05725b9fa4843d19561b026567979709cc6b62a2.tar.gz
aps_mm_2018-05725b9fa4843d19561b026567979709cc6b62a2.tar.bz2
aps_mm_2018-05725b9fa4843d19561b026567979709cc6b62a2.zip
initial commit
Diffstat (limited to 'main.css')
-rw-r--r--main.css32
1 files changed, 32 insertions, 0 deletions
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%;
+}
+