diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-03-08 14:39:26 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2016-03-08 14:39:26 +0100 |
commit | 576f8a9b04fce32b2bc05b853c60b167fa7183e6 (patch) | |
tree | d8774b18905cc400cc66ac33a81b04811210a328 | |
parent | 18d090253251bb074bac5d99b4a5d620f2c542ed (diff) |
Add img-wiki class
-rw-r--r-- | public/css/sublab.bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/sublab.bootstrap.css b/public/css/sublab.bootstrap.css index 3e3d0c4..af2e56b 100644 --- a/public/css/sublab.bootstrap.css +++ b/public/css/sublab.bootstrap.css @@ -51,3 +51,7 @@ h1 { .alert .close { color: #fff; } + +.img-wiki { + max-width: 35%; +} |