From 74cbadff6bd4ced18bd40fb2fc31ae12a8573f9c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 05:27:41 +0000 Subject: [PATCH] Undo previous inadvertant commit git-svn-id: https://svn.dealii.org/trunk@12618 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.39.5