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

    r400 r702  
    2626
    2727img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; }
     28/* Display smilies (Bug #47265) */
     29.content img {
     30        display: inline;
     31}
    2832
    2933/* Container for the main body */
     
    109113
    110114/* Quote */
    111 .postquote {
     115.postquote, blockquote {
    112116        font-size: 85%;
    113117        margin: 1em 18% 1em 4%;
     
    121125.postquote span { display: block; }
    122126.postquote span .postquote { font-size: 100%; }
    123 .quote-by { font-weight: bold; }
     127.quote-by, blockquote cite {
     128        color: black;
     129        display : block;
     130        font-weight: bold;
     131}
     132
     133/* List */
     134ol, ul {
     135        margin-left: 15pt
     136}
    124137
    125138/* Misc page elements */
Note: See TracChangeset for help on using the changeset viewer.