summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-08-19 20:40:57 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-08-19 20:40:57 -0400
commitf96b827f415d82de1c4d9e3fb530d82fe3c6894e (patch)
tree977c24a595805f4d9b00f440e163b621d8e0146e /css
parent25a07d7687b2a69d6a304fa87403c01c04308c89 (diff)
css: Add centered-image class.
Diffstat (limited to 'css')
-rw-r--r--css/dthompson.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/dthompson.css b/css/dthompson.css
index 563aa65..3fbc63e 100644
--- a/css/dthompson.css
+++ b/css/dthompson.css
@@ -162,7 +162,7 @@ footer {
color: #666;
}
-.post img {
+.post img, .centered-image {
display: block;
max-width: 100%;
height: auto;