diff options
author | Aleš Smodiš <aless@guru.si> | 2015-10-01 18:03:35 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-10-01 18:03:35 +0200 |
commit | 7d0efb9985656d7f5a51671cc1bfda7417d133ee (patch) | |
tree | a22e0c7f332ad4c361642be6ac4679dd220bd81b | |
parent | 439406a5100b24b90bbec0c70c6338101abe735d (diff) |
Limit width of hint images to 80%.
-rw-r--r-- | css/codeq/hint.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/codeq/hint.css b/css/codeq/hint.css index 246cc04..66313b7 100644 --- a/css/codeq/hint.css +++ b/css/codeq/hint.css @@ -9,3 +9,7 @@ div:not(.hint-static-group) > div.hint-static { margin-bottom: 0.5em; padding: 0.5em; } + +.hint-static img { + max-width: 80%; +} |