rst.css
changeset 955 e9a167ac98f3
parent 952 510d668d5e4c
child 1031 1febb0de8647
equal deleted inserted replaced
954:887fa4aff71f 955:e9a167ac98f3
     5 a:visited { color: IndianRed; }
     5 a:visited { color: IndianRed; }
     6 a:hover { background: beige; border-radius: 10px; padding: 1px; }
     6 a:hover { background: beige; border-radius: 10px; padding: 1px; }
     7 p { text-indent: 2em; }
     7 p { text-indent: 2em; }
     8 p:first-letter { font-weight: bold; }
     8 p:first-letter { font-weight: bold; }
     9 .literal-block {padding-left: 4em;}
     9 .literal-block {padding-left: 4em;}
       
    10 table { border-collapse:collapse; margin-left:auto; margin-right:auto; }
       
    11 table, tr, td { padding: 3px; border: 1px dotted maroon; background-color: cornsilk; }