# HG changeset patch # User Oleksandr Gavenko # Date 1439544694 -10800 # Node ID 59fafd2a9101549eb37a49f7b535e60f01074491 # Parent b13a6a667e4f5109d875d3dcb159921484276044 Some examples start with non-words, so first paragraph letter highlighting looks ridicule. diff -r b13a6a667e4f -r 59fafd2a9101 rst.css --- a/rst.css Fri Aug 14 12:28:01 2015 +0300 +++ b/rst.css Fri Aug 14 12:31:34 2015 +0300 @@ -5,7 +5,6 @@ a:visited { color: IndianRed; } a:hover { background: bisque; border-radius: 10px; padding: 1px; } p { text-indent: 2em; } -p:first-letter { font-weight: bold; } .formula, .literal-block { display: inline-block; overflow: auto;