Changeset 2907 for branches/2.0/template


Ignore:
Timestamp:
Nov 24, 2008, 11:37:13 PM (15 years ago)
Author:
patdenice
Message:

merge -c2906 from trunk to branch 2.0.

  • Replace all #content by .content in Sylvia theme.css.
  • In LocalFiles Editor, show error message when creating new template file with empty filename.
File:
1 edited

Legend:

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

    r2904 r2907  
    186186        margin:0;
    187187}
    188 #content ul.thumbnailCategories li {
     188.content ul.thumbnailCategories li {
    189189        background:#222 url(images/cat_bottom-right.gif) no-repeat scroll right bottom;
    190190        width:49%;
     
    197197        margin:0;
    198198}
    199 #content .thumbnailCategory div.illustration {
     199.content .thumbnailCategory div.illustration {
    200200        background:transparent url(images/cat_top-left.gif) no-repeat scroll left top;
    201201        padding: 0 0 0 10px;
    202         margin: 0;
     202        margin: 0 !important;
    203203}
    204204.content .thumbnailCategory div.illustration a {
     
    207207        padding:20px 0 0 8px;
    208208}
    209 #content .thumbnailCategory div.description {
     209.content .thumbnailCategory div.description {
    210210        background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
    211211        margin: 0;
    212212        padding:15px 10px 3px 0;
    213         overflow: hidden;
    214 }
    215 #content .thumbnailCategory div.description .text {
     213        overflow: hidden !important;
     214}
     215.content .thumbnailCategory div.description .text {
    216216        display:block;
    217217        margin:10px 2px 0 0;
     
    224224        text-align: right;
    225225}
    226 #content.content .thumbnailCategory div.description H3 {
     226.content .thumbnailCategory div.description H3 {
    227227        display: block;
    228         margin: 0;
    229 }
    230 #content ul.thumbnailCategories li:hover {
     228}
     229.content ul.thumbnailCategories li:hover {
    231230        background-color:#111;
    232231}
Note: See TracChangeset for help on using the changeset viewer.