From: wolf Date: Thu, 16 Mar 2006 05:27:41 +0000 (+0000) Subject: Undo previous inadvertant commit X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a53b8d23450faaeadfdf2cf903fa97b5847c815;p=dealii-svn.git Undo previous inadvertant commit git-svn-id: https://svn.dealii.org/trunk@12618 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/stylesheet.css b/deal.II/doc/doxygen/stylesheet.css index d155813fcf..8d6bd0ee15 100644 --- a/deal.II/doc/doxygen/stylesheet.css +++ b/deal.II/doc/doxygen/stylesheet.css @@ -102,12 +102,16 @@ A.codeRef { font-weight: normal; color: #1A419D} A:hover { text-decoration: none; background-color: #f2f2ff } DL.el { margin-left: -1cm } PRE.fragment { + background-color: #f5f5f5; margin-top: 4px; margin-bottom: 4px; margin-left: 2px; margin-right: 8px; } DIV.fragment { + border: 1px solid #CCCCCC; + background-color: #f5f5f5; + padding: 6px; } DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px } TD.md { background-color: #F4F4FB; font-weight: bold; }