diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-11-14 03:21:38 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-11-14 03:21:38 +0000 |
commit | f0e9ddfe9029968ae64920e8c0f62cd07f47b6ce (patch) | |
tree | 5390e02d890d4bddec7560494791c57d0dcb2e6d | |
parent | Mention render bugs. (diff) | |
download | packages-3-f0e9ddfe9029968ae64920e8c0f62cd07f47b6ce.tar.gz packages-3-f0e9ddfe9029968ae64920e8c0f62cd07f47b6ce.tar.bz2 packages-3-f0e9ddfe9029968ae64920e8c0f62cd07f47b6ce.zip |
Add comment about min-width.
-rw-r--r-- | web/static/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/static/style.css b/web/static/style.css index 4381f4e..7d63887 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -13,6 +13,8 @@ body { left: 0em; top: 0em; width: 14.75em; + /* Do not use. It gets too big and overlaps the center */ + /* min-width: 190px; */ voice-family: "\"}\""; padding-bottom: 10px; background: #dddaec; |