diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 10:37:09 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 10:51:59 +0200 |
commit | 35e6e62481c00d21698537a91215bfa8f5364363 (patch) | |
tree | 4b046831e7487c02161c2ac825f07cd2e899e046 /mobile | |
parent | 30b17ac6920c1c8cf199faa368f2fb5672952904 (diff) |
Update changelog
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/styles_app.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/mobile/styles_app.css b/mobile/styles_app.css index f15562d..dc0ea77 100644 --- a/mobile/styles_app.css +++ b/mobile/styles_app.css @@ -1,4 +1,10 @@ -.qtype-algebra .yourclassname { - +.qtype-algebra .answer { + border: 1px solid black; + margin-top: 1px; + margin-bottom: 1px; + background: white; + color: black; + border-radius: 4px; + display: inline; } |