Skip to content
Snippets Groups Projects
style.css 336 B
Newer Older
  • Learn to ignore specific revisions
  • Benoit Favre's avatar
    Benoit Favre committed
    
    .current-section {
        font: bold 18;
    }
    
    .text-line {
    }
    
    .section-title {
        font: bold 18;
        color: white;
        background: #999999;
    }
    
    .section-body {
        background: white;
    }
    
    .sequence-title {
        font: bold 14;
    }
    
    .sequence-body {
    }
    
    .confirm {
        font: bold 14;
        background: #ff9999;
    }
    
    .xmlview {
        background: white;
    }