diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-03-08 14:47:48 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2016-03-08 14:47:48 +0100 |
commit | 309876adfeaa523f402ddd6b92f066f053ca9d2a (patch) | |
tree | fb003fcf73088ceab0f0229f69ae22ee6583244f | |
parent | 576f8a9b04fce32b2bc05b853c60b167fa7183e6 (diff) |
More image formatting
-rw-r--r-- | public/css/sublab.bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/sublab.bootstrap.css b/public/css/sublab.bootstrap.css index af2e56b..f2bcf56 100644 --- a/public/css/sublab.bootstrap.css +++ b/public/css/sublab.bootstrap.css @@ -54,4 +54,6 @@ h1 { .img-wiki { max-width: 35%; + max-height: 25em; + clear: both; } |