diff options
author | francis <francis> | 2008-08-26 23:06:09 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-26 23:06:09 +0000 |
commit | c1edd8b672dee3ffc328004e490c14f1066027a1 (patch) | |
tree | 1ba113235c002dab5ad2a69b7388525002f8aa60 | |
parent | 89f5ef7be8e464578ed9add6b5978ddf0ff39f09 (diff) |
So can see "add annotation" box in right place.
-rw-r--r-- | public/stylesheets/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 5fd6d5f35..3324b1f10 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -648,6 +648,10 @@ div.comment_in_request margin: 0 0 0 0; overflow: auto; } +div#comment_form +{ + clear: both; +} /* id starts with... */ div[id|="outgoing"] { } |