Do not float rdetail_summary_from_rec div
authorJeff Godin <jgodin@tadl.org>
Thu, 4 Oct 2012 19:49:24 +0000 (15:49 -0400)
committerJeff Godin <jgodin@tadl.org>
Thu, 4 Oct 2012 19:49:24 +0000 (15:49 -0400)
Give up on floating rdetail_summary_from_rec left for now.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
css/tadl.css
templates_tadlskin/opac/parts/record/summary.tt2

index 30be73d..0ebdaef 100644 (file)
@@ -497,7 +497,6 @@ span#rdetail_hold_counts {
 #rdetail_image_div {
     float: left;
     margin-right: 1em;
-    min-height: 190px;
 }
 
 .rdetail_aux_utils {
index c7cbfbf..5727a5c 100644 (file)
@@ -60,7 +60,7 @@
         [%- END %]
         <h1 id='rdetail_title' itemprop="name">[% attrs.title_extended | html %]</h1>
         [%- INCLUDE "opac/parts/record/authors.tt2" %]
-       <div id='rdetail_summary_from_rec' class='float-left'>
+       <div id='rdetail_summary_from_rec'>
        [%- FOREACH summary IN args.summaries %]
        <p>[% summary %]</p>
        [%- END %]