Ignore:
Timestamp:
Aug 21, 2009, 9:03:52 PM (15 years ago)
Author:
vdigital
Message:

AK_BY_LINE revised logic
Some CSS basics (to be reviewed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/css/ak_style.css

    r3770 r3773  
    33
    44td table.thumbnails {
     5        margin-right:20%;
    56}
    67
    78tr.nline {
     9        max-height:90px;
     10        overflow:hidden;
    811}
    912
    1013td.ncol {
     14        max-height:90px;
     15        max-width:90px;
     16        overflow:hidden;
     17        text-align:center;
     18        padding:2px 8px;
     19}
     20
     21td.ak_pic {
     22        min-width:640px;
     23        text-align:center;
    1124}
    1225
    1326a.load {
     27        height:90px;
     28        width:90px;
    1429}
    1530
    1631a.load img {
     32        height:90px;
     33        overflow:hidden;
    1734}
    1835
    1936td.left {
     37        text-align:left;
    2038}
    2139
Note: See TracChangeset for help on using the changeset viewer.