diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-18 18:33:38 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-18 18:33:38 -0400 |
commit | e84095182f938682d1fef49a74a36ebf31ceeeb0 (patch) | |
tree | 14b3f6a90b92ba0f02e1a706b2b1498e3fb25cb1 /view/theme | |
parent | 8b13358ce33a1d3f88dedf2d50c650017614f418 (diff) | |
download | volse-hubzilla-e84095182f938682d1fef49a74a36ebf31ceeeb0.tar.gz volse-hubzilla-e84095182f938682d1fef49a74a36ebf31ceeeb0.tar.bz2 volse-hubzilla-e84095182f938682d1fef49a74a36ebf31ceeeb0.zip |
fix the comment box being too wide and looking off-kilter
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/dispy-dark/style.css | 2 | ||||
-rw-r--r-- | view/theme/dispy/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index b4aefbbf2..eaaa0acbd 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -1258,7 +1258,7 @@ section { } [class^="comment-edit-text"] { margin: 5px 0 10px 20px; - width: 86.5%; + width: 84.5%; } .comment-edit-text-empty { height: 20px; diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 26ac08c8c..812c5ee2e 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -1256,7 +1256,7 @@ section { } [class^="comment-edit-text"] { margin: 5px 0 10px 20px; - width: 86.5%; + width: 84.5%; } .comment-edit-text-empty { height: 20px; |