rst.css
changeset 298 59fafd2a9101
parent 293 eab4f722dd9d
child 299 1cc50552c3ee
equal deleted inserted replaced
297:b13a6a667e4f 298:59fafd2a9101
     3 a { text-decoration:none; }
     3 a { text-decoration:none; }
     4 a:link { color: brown; }
     4 a:link { color: brown; }
     5 a:visited { color: IndianRed; }
     5 a:visited { color: IndianRed; }
     6 a:hover { background: bisque; border-radius: 10px; padding: 1px; }
     6 a:hover { background: bisque; border-radius: 10px; padding: 1px; }
     7 p { text-indent: 2em; }
     7 p { text-indent: 2em; }
     8 p:first-letter { font-weight: bold; }
       
     9 .formula, .literal-block {
     8 .formula, .literal-block {
    10     display: inline-block;
     9     display: inline-block;
    11     overflow: auto;
    10     overflow: auto;
    12     box-sizing: border-box;
    11     box-sizing: border-box;
    13     max-width: calc(100% - 4em);
    12     max-width: calc(100% - 4em);