Changeset 1451


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

merge from trunk r1449:1450 into branch 1.6 (DIV.comment)

Location:
branches/branch-1_6/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/content.css

    r1393 r1451  
    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
  • branches/branch-1_6/template/yoga/default-layout.css

    r1449 r1451  
    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/**
  • branches/branch-1_6/template/yoga/picture.css

    r1399 r1451  
    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.