X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Fdoxygen.css;h=83951f673db8d7d9c407a31549545fd40495b03e;hb=7172b38af7ed5d1c1e2c97fadfb0ae0c19aff816;hp=b47c6bfdb83014bdc59c6e1a9e9ba40396f1e3f9;hpb=ca8d63b6fb71719f56e8d1b3d36251d6724a8c20;p=oota-llvm.git diff --git a/docs/doxygen.css b/docs/doxygen.css index b47c6bfdb83..83951f673db 100644 --- a/docs/doxygen.css +++ b/docs/doxygen.css @@ -327,7 +327,7 @@ HR { height: 1px; } .title { font-size: 25pt; - color: black; background: url("../img/lines.gif"); + color: black; font-weight: bold; border-width: 1px; border-style: solid none solid none; @@ -401,3 +401,8 @@ div.memproto { -moz-border-radius-topleft: 0.5em; -moz-border-radius-topright: 0.5em; } + +div.memdoc { + padding-left: 1em; + padding-right: 1em; +}