summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Silva <emulatorman@hyperbola.info>2018-07-25 12:51:44 -0300
committerAndré Silva <emulatorman@hyperbola.info>2018-07-25 12:51:44 -0300
commitc56e40c960ea61ebe4dee322f3cc617fb84c63db (patch)
treeccbbd39d2eae60f7880f7e7ce266fd368cfc5e44
parented29327ad0b65654d8094a3456dbe50f0b4f7f66 (diff)
downloadiceweasel-uxp-c56e40c960ea61ebe4dee322f3cc617fb84c63db.tar.gz
Fix body min-width in about.css
-rw-r--r--themes/shared/about.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/shared/about.css b/themes/shared/about.css
index 7c2cc8d..23d42db 100644
--- a/themes/shared/about.css
+++ b/themes/shared/about.css
@@ -11,7 +11,7 @@ html {
body {
color: -moz-FieldText;
position: relative;
- min-width: 330px;
+ min-width: 488px;
max-width: 50em;
margin: 4em auto;
border: 1px solid ThreeDShadow;
@@ -53,4 +53,4 @@ th, td {
.columns {
-moz-column-width: 20em;
-moz-column-gap: 3em;
-} \ No newline at end of file
+}