diff --git a/doc/html/rst.css b/doc/html/rst.css index 4aa9d74..b9c94c5 100755 --- a/doc/html/rst.css +++ b/doc/html/rst.css @@ -19,8 +19,12 @@ img { } span.vellipsis { - line-height: 30% ; - font-size: 200% ; + display: block; + width: 5px; + height: 22px; + background: url("vellipsis.gif"); + margin-left: 3em; + text-indent: -1000px; }