Changeset 8999 for extensions/sobre


Ignore:
Timestamp:
Jan 31, 2011, 12:29:09 AM (13 years ago)
Author:
Gotcha
Message:

Update the CSS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/branches/1.4/theme.css

    r8798 r8999  
    5757}
    5858#copyright {
    59     color: #FFFFFF;
    60     margin-left: 0;
    61     margin-right: 0;
    62     margin-top: -92px;
    63     min-width: 980px;
    64     padding-top: 0;
    65     position: absolute;
    66     top: 100%;
    67     width: 96%;
     59        color: #000000;
    6860}
    6961#copyright a {
     
    393385}
    394386#comments div.thumbnailCategory div.illustration {
    395         width: 178px;                    /* Usable range 219px-360px , optimal : Thumbnail width + 95px */
     387        width: 255px;                    /* Usable range 219px-360px , optimal : Thumbnail width + 95px */
    396388}
    397389.content ul.thumbnails span,
     
    401393}
    402394.content ul.thumbnails span.wrap2, .content div.thumbnailCategory div.description  {
    403 height:198px;
     395height:170px;
    404396}
    405397
     
    652644  border-bottom:none;
    653645}
    654 
    655 
    656 
    657 #comments blockquote {
    658   margin-left: 5px;
    659 }
    660 
    661 #comments hr {
    662   display: none;
    663 }
    664 
    665 #comments {
    666   margin-bottom : 13px;
    667 }
    668 
    669 
    670 #theCategoryPage .content {
    671     margin-left: 0;
    672 }
Note: See TracChangeset for help on using the changeset viewer.