Changeset 4918

Show
Ignore:
Timestamp:
10/29/09 05:37:52 (4 weeks ago)
Author:
kaminogoya
Message:

Applied style to Tag Cloud widget for Pico. BugzID #102929

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/themes/pico/static/style_library/base.css

    r4901 r4918  
    470470} 
    471471.widget ul li { 
    472     float: left; 
     472    display: inline; 
    473473    margin-right: 10px; 
    474474} 
     475 
     476.widget-tag-cloud .rank-1  { font-size: 1.75em; } 
     477.widget-tag-cloud .rank-2  { font-size: 1.75em; } 
     478.widget-tag-cloud .rank-3  { font-size: 1.625em; } 
     479.widget-tag-cloud .rank-4  { font-size: 1.5em; } 
     480.widget-tag-cloud .rank-5  { font-size: 1.375em; } 
     481.widget-tag-cloud .rank-6  { font-size: 1.25em; } 
     482.widget-tag-cloud .rank-7  { font-size: 1.125em; } 
     483.widget-tag-cloud .rank-8  { font-size: 1em; } 
     484.widget-tag-cloud .rank-9  { font-size: 0.95em; } 
     485.widget-tag-cloud .rank-10 { font-size: 0.9em; } 
    475486 
    476487.widget-recent-assets .item { 
     
    482493    border: 1px solid #ccc; 
    483494} 
     495 
    484496 
    485497/* footer */