Changeset 14504 for trunk/themes


Ignore:
Timestamp:
Apr 28, 2012, 5:05:21 PM (12 years ago)
Author:
mistic100
Message:

correct and simplify comments displaying with Sylvia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/Sylvia/theme.css

    r14323 r14504  
    280280
    281281/* User comments */
    282 #comments {
    283         padding: 0 0 5px 10px;
    284 }
    285 .commentsList {
    286     overflow: visible;
    287     width: auto;
    288 }
    289 .content .commentsList li {
    290         padding: 0 0;
    291         margin:0;
    292 }
    293282.content .commentElement {
    294         padding: 15px 2px 6px 12px;
    295   margin:0;
    296283        border: 1px solid #666;
    297284}
    298285.content .commentElement.odd {
    299286        background-color: #222;
    300         border-top:0 !important;
    301287}
    302288.content .commentElement.even {
     
    304290}
    305291.content .commentElement .illustration {
    306         padding: 0 0 0 10px;
    307         margin: 0 !important;
    308 }
    309 .content .commentElement .illustration a {
    310         display: block;
    311         margin: 0;
    312         padding:20px 0 0 8px;
    313   border:0;
     292        margin: 2px;
     293  text-align: center;
    314294}
    315295.content .commentElement .description {
    316         margin: 0;
    317296        padding:15px 10px 3px 0;
    318297        overflow-x: hidden !important;
    319   height:158px;
    320298}
    321299
Note: See TracChangeset for help on using the changeset viewer.