From fc1884d5e1a9106afa6983ae6c41d614abb0b1b5 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 21 Sep 2004 01:35:40 +0000 Subject: Changing div.more-link from float: right; back to text-align: right; as it was a while ago. Floats do not advance the document vertically, which meant the more link hovered over whatever was below it. --- misc/drupal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/drupal.css b/misc/drupal.css index 2edc97ccc..5b7492900 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -161,7 +161,7 @@ tr.light .form-item, tr.dark .form-item { color: #f00; } .more-link { - float: right; + text-align: right; } .node-form .form-text { display: block; -- cgit v1.2.3