Ignore:
Timestamp:
May 28, 2006, 3:19:05 AM (18 years ago)
Author:
chrisaga
Message:

improve : a more compact header to picture.tpl (+ use css instead of hidden hr)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/dark/theme.css

    r1286 r1325  
    4747
    4848/* borders */
    49 #menubar DL, #content, #imageToolBar,
     49#menubar DL, #content,
    5050#comments DIV.comment BLOCKQUOTE {
    5151  border: 1px solid #000000;
     52}
     53
     54#imageHeaderBar {
     55  border-top: 1px solid #000000;
     56}
     57H2, #menubar DT, #imageToolBar {
     58  border-bottom: 1px solid #000000;
    5259}
    5360
     
    7784#content UL.thumbnails SPAN.wrap2:hover {
    7885  border-color: yellow;         /* thumbnails border color when mouse cursor is over it */
    79 }
    80 
    81 H2, #menubar DT, #imageHeaderBar {
    82   border-bottom: 1px solid #000000;
    8386}
    8487
Note: See TracChangeset for help on using the changeset viewer.