Changeset 13888 for trunk/FACT++/www


Ignore:
Timestamp:
05/25/12 20:19:10 (12 years ago)
Author:
tbretz
Message:
Added styled for titles and a style for time stamps.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/smartfact/index.css

    r13885 r13888  
    8282
    8383.tcell2l pre {
     84        display:inline;
     85        color:darkblue;
     86        font-weight:bold;
     87/*        font-size:15px;*/
     88}
     89
     90.tcell2 pre {
    8491        display:inline;
    8592        color:darkblue;
     
    205212        border-right: 1px solid #ccc;
    206213}
     214
     215h1 {
     216 margin:0;
     217}
     218h2 {
     219 margin:0;
     220}
     221h3 {
     222 margin:0;
     223}
     224h4 {
     225 margin:0;
     226 color:#206;
     227}
Note: See TracChangeset for help on using the changeset viewer.