Ignore:
Timestamp:
Sep 4, 2011, 6:08:09 PM (13 years ago)
Author:
flop25
Message:

adding an option to create big thumbnails periodically : new class css, admin option
changing timthumb to phpThumb.php : it's safer and works according document_root
=> new keys to translate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/theme.css

    r11871 r12048  
    7373        width:auto;
    7474}
    75 .bloc {
     75.bloc, .bloc_big {
    7676    display: block;
    7777    margin-top: 3px;
     
    8686        z-index:999;
    8787}
    88 .bloc * {
     88.bloc *, .bloc_big * {
    8989    position: relative;
    9090}
    91 .bloc .title {
     91.bloc .title, .bloc_big .title {
    9292    left: 6px;
    9393    max-width: 138px;
     
    102102    padding: 7px 10px 8px;
    103103}
    104 .bloc a {
     104.bloc a, .bloc_big a {
    105105    display: block;
    106106    overflow: hidden;
Note: See TracChangeset for help on using the changeset viewer.