diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-08-19 20:40:57 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-08-19 20:40:57 -0400 |
commit | f96b827f415d82de1c4d9e3fb530d82fe3c6894e (patch) | |
tree | 977c24a595805f4d9b00f440e163b621d8e0146e | |
parent | 25a07d7687b2a69d6a304fa87403c01c04308c89 (diff) |
css: Add centered-image class.
-rw-r--r-- | css/dthompson.css | 2 |
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; |