Changeset 9812 for extensions/flop_style


Ignore:
Timestamp:
Mar 21, 2011, 3:14:01 PM (13 years ago)
Author:
flop25
Message:

picpile_cat fully operational

Location:
extensions/flop_style/mainpage_categories
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/flop_style/mainpage_categories/picpile_cat.css

    r9720 r9812  
     1.content .thumbnailCategories li, .content .thumbnailCategories li:hover {    background: none;
     2}
    13.thumbnailCategories {
    24        padding-left:auto;
    35        padding-right:auto;
    4         width:auto;
    56        padding: 5px;
    67        list-style: none outside none;
     
    910.thumbnailCategories li {
    1011        width: auto;
    11         float: left;
     12        float: none;
    1213        display:inline;
    1314        text-align:center;
  • extensions/flop_style/mainpage_categories/picpile_cat.tpl

    r9720 r9812  
    11{combine_css path="template-extension/flop_style/mainpage_categories/picpile_cat.css"}
     2{if $themeconf.name == "Sylvia"}
     3{html_head}
     4  {literal}#theCategoryPage .content {
     5      margin: 21px 10px 0 290px !important;
     6  }{/literal}
     7{/html_head}
     8{/if}
    29<ul class="thumbnailCategories">
    310  {foreach from=$category_thumbnails item=cat}
Note: See TracChangeset for help on using the changeset viewer.