diff options
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; } |