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/content.css

    r400 r702  
    4545ul.topiclist dfn {
    4646        /* Labels for post/view counts */
    47         display: none;
     47        position: absolute;
     48        left: -999px;
     49        width: 990px;
    4850}
    4951
     
    131133}
    132134
     135/* List in forum description */
     136dl.icon dt ol,
     137dl.icon dt ul {
     138        list-style-position: inside;
     139        margin-left: 1em;
     140}
     141
     142dl.icon dt li {
     143        display: list-item;
     144        list-style-type: inherit;
     145}
     146
    133147dd.lastpost {
    134148        width: 25%;
     
    281295}
    282296
     297.post-ignore .postbody {
     298        display: none;
     299}
     300
    283301/* Content container styles
    284302----------------------------------------*/
     
    290308        font-size: 1em;
    291309        color: #333333;
     310        padding-bottom: 1px;
    292311}
    293312
Note: See TracChangeset for help on using the changeset viewer.