summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/codeq.css3
-rw-r--r--css/codeq/hint.css4
2 files changed, 6 insertions, 1 deletions
diff --git a/css/codeq.css b/css/codeq.css
index e2f220e..a701d5c 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -12,7 +12,7 @@ body {
.title {
/*color: whitesmoke;*/
- margin-left: 5px;
+ /*margin-left: 5px;*/
}
/* modalLogIn */
@@ -110,6 +110,7 @@ body {
/*font-family: monospace;*/
opacity: .7;
text-align: left;
+ padding: 0 4px;
}
/* block-toolbar */
diff --git a/css/codeq/hint.css b/css/codeq/hint.css
index 66313b7..00614ca 100644
--- a/css/codeq/hint.css
+++ b/css/codeq/hint.css
@@ -12,4 +12,8 @@ div:not(.hint-static-group) > div.hint-static {
.hint-static img {
max-width: 80%;
+ /* center img trick */
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
}