diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-02-04 13:45:07 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-02-04 13:45:07 +0100 |
commit | 1c09cf98ff1220e49de214e594707edf9b72c335 (patch) | |
tree | 0ddf01d3346437f8562626e16058727d53f066f6 | |
parent | fd51725e2ae9ee1a900f14ac7c0f85568880063c (diff) |
Style fixes to css file
-rw-r--r-- | styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,10 +6,9 @@ width: 80%; } .que.algebra .displayformula { - padding: 0.3em; display: block; min-width: 300px; - min-height: 70px ! important; + min-height: 70px; background: #fff; padding: 0.5em; margin-top: 1em; |