Ignore:
Timestamp:
Aug 21, 2009, 9:43:56 AM (15 years ago)
Author:
nikrou
Message:

fix problem of AK_BY_LINE not correctly use
need to fix management if AK_BY_LINE is not 2

File:
1 edited

Legend:

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

    r3764 r3770  
    1 table.ak_display {}
    2 td table.thumbnails {}
    3 tr.nline {}
    4 td.ncol {}
    5 a.load {}
    6 a.load img {}
    7 td.left {}
    8 .ak_display a.navButton {}
    9 .ak_display img.button {}
    10 td.right {}
    11 #reload {}
    12 table.picture {}
     1table.ak_display {
     2}
     3
     4td table.thumbnails {
     5}
     6
     7tr.nline {
     8}
     9
     10td.ncol {
     11}
     12
     13a.load {
     14}
     15
     16a.load img {
     17}
     18
     19td.left {
     20}
     21
     22.ak_display a.navButton {
     23}
     24
     25.ak_display img.button {
     26}
     27
     28td.right {
     29}
     30
     31#reload {
     32}
     33
     34table.picture {
     35}
     36
     37/******************/
     38#menubar, .titrePage {
     39  display: none;
     40}
     41
     42#content {
     43  margin: 0;
     44}
Note: See TracChangeset for help on using the changeset viewer.