Changeset 1388


Ignore:
Timestamp:
Jun 24, 2006, 12:41:00 PM (18 years ago)
Author:
chrisaga
Message:

fix bug 411: Commentaire trop long

and other comments display small issues

File:
1 edited

Legend:

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

    r1325 r1388  
    112112
    113113#comments {
    114     text-align: left;
     114  text-align: left;
    115115}
    116116
    117117#comments .comment {
    118     margin: 3ex 0;
     118  margin: 1em 0;
    119119}
    120120
    121121#comments H2 {
    122     margin: 1ex 0;
     122  margin: 0.5em 0;
    123123}
    124124
    125125#comments P {
    126     margin: 0;
     126  margin: 0 0.5em 0 1em;
    127127}
    128128
    129129#comments .author {
    130     font-weight: bold;
     130  font-weight: bold;
    131131}
    132132
    133133#comments BLOCKQUOTE {
    134     margin: 1ex 0 1ex 2em;
    135     padding: 4px 4px 0 /* IE bug */ 4px;
    136 }
    137 
    138 #comments BLOCKQUOTE P {
    139     margin: 0;
    140     padding-bottom: 4px; /* IE bug follow-up */
    141 }
    142 #comments BLOCKQUOTE P+P {
    143     margin-top: 1ex;
     134  margin: 0.5em 1em 1em 4em;
     135  padding: 0.5em;
     136  overflow: auto;       /* no solution for IE6 */
     137  min-height: 2.75em;   /* fix a Gecko bug whith scrollbar and 1 line only */
    144138}
    145139
    146140#comments P.userCommentDelete {
    147     float: right;
    148     margin: 0;
     141  float: right;
     142  margin: 0 0.5em 0 0;
    149143}
Note: See TracChangeset for help on using the changeset viewer.