Changeset 14450


Ignore:
Timestamp:
Apr 26, 2012, 9:05:42 PM (12 years ago)
Author:
Zaphod
Message:

version 2.1.4: bug fix on picture page with very long album names

Location:
extensions/stripped
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/theme-black.css

    r12960 r14450  
    9191}
    9292
    93 #thePicturePage .titrePage {
    94         border-bottom : solid 1px #555;
    95         margin-top: 2px;
    96 }
     93#thePicturePage .titrePage {    border-bottom : solid 1px #555;}
    9794
    9895#thePicturePage  #footer_left {display:none;}
  • extensions/stripped/theme-white.css

    r12960 r14450  
    130130}
    131131
    132 #thePicturePage .titrePage {
    133         border-bottom : solid 1px #bbb;
    134         margin-top: 2px;
    135 }
     132#thePicturePage .titrePage { border-bottom : solid 1px #bbb;}
    136133
    137134#thePicturePage  #footer_left {display:none;}
  • extensions/stripped/theme.css

    r14447 r14450  
    7272}
    7373
     74#theHeader  {
     75        margin-bottom: 4px;
     76}
     77
    7478#content {
    7579        max-width:1080px;
     
    8488}
    8589
    86  #content {
     90#content {
    8791        max-width:1120px;
    8892        padding:12px 0;
     
    164168
    165169.titrePage {
    166         height:22px;
     170        min-height:22px;
    167171        font-size:115.385%;
    168         margin: 0.5em 0 0 0;
     172        margin: 3px 0 0 0;
    169173        line-height: 1.4em;
    170174}
     
    877881        display:inline;
    878882        width:24px;
    879         height:24px;
     883        height:23px;
    880884        float:left;
    881885        margin:-1px 0 0;
Note: See TracChangeset for help on using the changeset viewer.