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/prosilver/theme/links.css

    r400 r702  
    11/* proSilver Link Styles
    22---------------------------------------- */
     3
     4/* Links adjustment to correctly display an order of rtl/ltr mixed content */
     5a {
     6        direction: ltr;
     7        unicode-bidi: embed;
     8}
    39
    410a:link  { color: #898989; text-decoration: none; }
     
    199205        background-position: 100% 60%;
    200206}
     207
     208/* invisible skip link, used for accessibility  */
     209.skiplink {
     210        position: absolute;
     211        left: -999px;
     212        width: 990px;
     213}
     214
     215/* Feed icon in forumlist_body.html */
     216a.feed-icon-forum {
     217        float: right;
     218        margin: 3px;
     219}
Note: See TracChangeset for help on using the changeset viewer.