Ignore:
Timestamp:
Mar 31, 2010, 6:32:40 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Aktualizace fóra.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/styles/subsilver2/theme/stylesheet.css

    r400 r702  
    3535
    3636#wrapheader {
    37         min-height: 120px;
    3837        height: auto !important;
    39         height: 120px;
    40 /*      background-image: url('./images/background.gif');
    41         background-repeat: repeat-x;*/
    42 /*      padding: 0 25px 15px 25px;*/
    4338        padding: 0;
    4439}
     
    6358
    6459#logodesc {
    65         margin-bottom: 5px;
    66         padding: 5px 25px;
    67         background: #D9DFE4;
    68         border-bottom: 1px solid #4787A7;
     60        background-color: #C1CAD2;
     61        background-image: url('./images/background.gif');
     62        background-repeat: repeat-x;
     63        background-position: center bottom;
     64        padding: 0 25px 15px 25px;
    6965}
    7066
     
    228224.postapprove img, .postreported img {
    229225        vertical-align: bottom;
     226        padding-top: 5px;
    230227}
    231228
     
    383380/* Links
    384381 ------------ */
     382
     383/* Links adjustment to correctly display an order of rtl/ltr mixed content */
     384.rtl a {
     385        direction: rtl;
     386        unicode-bidi: embed;
     387}
     388
    385389a:link {
    386390        color: #006597;
Note: See TracChangeset for help on using the changeset viewer.