Changeset 2984


Ignore:
Timestamp:
Dec 15, 2008, 10:23:03 PM (15 years ago)
Author:
vdigital
Message:

comments.php
Please, have the ancient squared boxes for each comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/template/yoga/theme/Sylvia/theme.css

    r2982 r2984  
    391391  color: #666;
    392392}
     393#theCommentsPage .content ul.thumbnailCategories li,
     394#theCommentsPage .content div.thumbnailCategory ,
     395#theCommentsPage .content div.thumbnailCategory div.description,
     396#theCommentsPage .content .thumbnailCategory div.illustration {
     397        background-image: none;
     398}
     399#theCommentsPage .content div.thumbnailCategory {
     400        padding: 15px 2px 6px 12px;
     401        border: 1px solid #666;
     402}
     403#theCommentsPage .content .odd {
     404        background-color: #222;
     405        border-top:0 !important;
     406}
     407#theCommentsPage .content .even {
     408        background-color: #111;
     409}
     410#theCommentsPage .content ul.thumbnailCategories li:hover {
     411        background-color: transparent;
     412}
     413#theCommentsPage div#comments {
     414        padding: 0 0 5px 10px;
     415}
Note: See TracChangeset for help on using the changeset viewer.