Changeset 1450


Ignore:
Timestamp:
Jul 9, 2006, 10:35:14 AM (18 years ago)
Author:
chrisaga
Message:

fix DIV.comment behaviour (not perfect yet, but better)

Location:
trunk/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/content.css

    r1392 r1450  
    114114
    115115#content DIV.comment BLOCKQUOTE {
    116   margin-top: 1em;
    117116  margin-right: 0.5em;
    118   margin-bottom: 150px;
    119   padding: 0.5em;
     117  overflow: visible; /*avoid a very strange margin behaviour (all browsers) */
    120118}
    121119
  • trunk/template/yoga/default-layout.css

    r1448 r1450  
    8383SELECT.categoryList {
    8484  height: 20em;
    85   /*max-width: 60em;*/
    8685  width: auto;
    8786}
     87
     88DIV.comment BLOCKQUOTE {
     89  padding: 0.5em;
     90  overflow: auto;       /* no solution for IE6 */
     91  min-height: 2.75em;   /* fix a Gecko bug whith scrollbar and 1 line only */
     92}
     93
    8894
    8995/**
  • trunk/template/yoga/picture.css

    r1398 r1450  
    132132}
    133133
    134 #comments BLOCKQUOTE {
     134#thePicturePage #comments BLOCKQUOTE {
    135135  margin: 0.5em 1em 1em 4em;
    136   padding: 0.5em;
    137   overflow: auto;       /* no solution for IE6 */
    138   min-height: 2.75em;   /* fix a Gecko bug whith scrollbar and 1 line only */
    139136}
    140137
Note: See TracChangeset for help on using the changeset viewer.