www/tmpl/rst.css
changeset 425 b0e556c2ca95
parent 339 4d8d46bbe30d
child 426 1edb7766a26e
equal deleted inserted replaced
424:98c8f14fc972 425:b0e556c2ca95
    76 tt.literal {
    76 tt.literal {
    77     outline: 1px dotted orange;
    77     outline: 1px dotted orange;
    78     padding: 1px;
    78     padding: 1px;
    79 }
    79 }
    80 table { border-collapse:collapse; margin-left:auto; margin-right:auto; }
    80 table { border-collapse:collapse; margin-left:auto; margin-right:auto; }
    81 table, tr, td { padding: 3px; border: 1px dotted maroon; background-color: cornsilk; }
    81 table, tr, td, th { padding: 3px; border: 1px dotted maroon; background-color: cornsilk; }
    82 
    82 
    83 pre.code.keyword, pre.code.tag {
    83 pre.code.keyword, pre.code.tag {
    84     color: blue;
    84     color: blue;
    85 }
    85 }
    86 pre.code.string, pre.code.preproc  {
    86 pre.code.string, pre.code.preproc  {