Ignore:
Timestamp:
Apr 15, 2006, 12:14:53 AM (18 years ago)
Author:
rvelices
Message:

fix: sessions

css 3px image border goes from both clear and dark to image.css

Location:
branches/branch-1_6/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/image.css

    r950 r1175  
    6666}
    6767
     68#theImage IMG {
     69  border-width: 3px;
     70  border-style: solid;
     71}
     72
    6873.navThumb {
    6974    margin-top: 2px;
     
    97102    font-weight: bold;
    98103    text-align: right;
    99     padding-right: 0.5em; 
     104    padding-right: 0.5em;
    100105}
    101106
  • branches/branch-1_6/template/yoga/theme/clear/theme.css

    r1137 r1175  
    2020
    2121/* borders */
    22 #menubar DL, #content, #imageToolBar, #theImage IMG,
     22#menubar DL, #content, #imageToolBar,
    2323#comments DIV.comment BLOCKQUOTE {
    2424  border: 1px solid #d3d3d3;
     
    2626
    2727#theImage IMG {
    28   border-width: 3px;
     28  border-color: #d3d3d3;
    2929}
    3030
  • branches/branch-1_6/template/yoga/theme/dark/theme.css

    r1137 r1175  
    4747
    4848/* borders */
    49 #menubar DL, #content, #imageToolBar, #theImage IMG,
     49#menubar DL, #content, #imageToolBar,
    5050#comments DIV.comment BLOCKQUOTE {
    5151  border: 1px solid #000000;
     
    5353
    5454#theImage IMG {
    55   border-width: 3px;
     55  border-color: #000000;
    5656}
    5757
Note: See TracChangeset for help on using the changeset viewer.