Changeset 12268


Ignore:
Timestamp:
Sep 29, 2011, 7:44:38 PM (13 years ago)
Author:
flop25
Message:

update for the new stripped layout

Location:
extensions/stripped_black_bloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/local_head.tpl

    r12048 r12268  
    7777
    7878function tnb_resize() {
    79         $('#subcontent').masonry({
     79        $('#content_cell').masonry({
    8080                columnWidth: {/literal} {if $stripped_black_bloc.column_width}{$stripped_black_bloc.column_width}{/if}{literal},
    8181                itemSelector: '.bloc, .bloc_big, .content_block, .bloc_stuff',
  • extensions/stripped_black_bloc/theme.css

    r12048 r12268  
    11/**/
    2 #theCategoryPage #content, #content, #subcontent, #the_page, #thumbnails_block1, #thePicturePage #content {
     2#theCategoryPage #content, #content, #subcontent, #the_page, #thumbnails_block1, #thePicturePage #content, #content_cell {
    33    max-width: none;
    44}
     
    3838  position: relative;
    3939}
     40 #content_cell {
     41    min-height: 490px;
     42                display:block;
     43                width:auto;
     44}
    4045 #subcontent {
    41     min-height: 490px;
    4246                display:block;
    4347                width:auto;
     
    120124#subcontent .stuffs_block #comments ul.thumbnailCategories, #comments ul {
    121125        padding:20px;
     126    display: inline-block;
    122127}
    123128#subcontent .stuffs_block, .content_block {
Note: See TracChangeset for help on using the changeset viewer.