summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-08-19 21:44:30 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-08-19 21:44:30 -0400
commit4f9918dd9d50474d1c0872abd65488813c43ee3c (patch)
treec3aaa44b997ee6111428da6102e8838fe0221303 /css
parent5438b4758200f64a0a1d658444931aa05016bb37 (diff)
Handle videos and source code highlighting in Markdown posts.
Diffstat (limited to 'css')
-rw-r--r--css/dthompson.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/dthompson.css b/css/dthompson.css
index 3fbc63e..40e63e7 100644
--- a/css/dthompson.css
+++ b/css/dthompson.css
@@ -171,6 +171,13 @@ footer {
border-radius: 4px;
}
+.post video {
+ display: block;
+ margin: 0 auto;
+ padding: 0px;
+ max-width: 100%;
+}
+
.caption {
text-align: center;
margin: 0;