doc/sonews.css
author chris <chris@marvin>
Fri Jun 26 16:48:50 2009 +0200 (2009-06-26)
changeset 1 6fceb66e1ad7
permissions -rw-r--r--
Hooray... sonews/0.5.0 final

HG: Enter commit message. Lines beginning with 'HG:' are removed.
HG: Remove all lines to abort the collapse operation.
     1 body 
     2 {
     3     font-family: Liberation Sans,Verdana,sans-serif;
     4     font-size: 11pt;
     5 }
     6 
     7 .screen {
     8         font-family: monospace;
     9         font-size: 1em;
    10         display: block;
    11         padding: 10px;
    12         border: 1px solid #bbb;
    13         background-color: #eee;
    14         color: #000;   
    15         overflow: auto;
    16         border-radius: 2.5px;
    17         -moz-border-radius: 2.5px;
    18         margin: 0.5em 2em;
    19  
    20 }
    21 
    22 .programlisting {
    23         font-family: monospace;
    24         font-size: 1em;
    25         display: block;
    26         padding: 10px;
    27         border: 1px solid #bbb;
    28         background-color: #ddd;
    29         color: #000;   
    30         overflow: auto;
    31         border-radius: 2.5px;
    32         -moz-border-radius: 2.5px;
    33         margin: 0.5em 2em;
    34 }
    35