]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add stylefile for the table of contents of tutorial programs. This makes it work...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Aug 2007 16:24:27 +0000 (16:24 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Aug 2007 16:24:27 +0000 (16:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@15004 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/Makefile.in
deal.II/doc/doxygen/deal.css [new file with mode: 0644]
deal.II/doc/doxygen/header.html.in

index ee481bcb45cebebb8c2dbe1bf1ba53c9aed73135..2454e46ef20663babe7df39df653d0aed08284f8 100644 (file)
@@ -30,6 +30,7 @@ deal.II deal.tag: tutorial \
        @echo "=== Generating reference documentation. " \
               "This can take several minutes..."
        cat @DOXYGEN_OPTIONS@ deal.dox | @DOXYGEN@ - > doxygen.log
+       @cp deal.css deal.II
 
 
 tutorial:
diff --git a/deal.II/doc/doxygen/deal.css b/deal.II/doc/doxygen/deal.css
new file mode 100644 (file)
index 0000000..b9cab12
--- /dev/null
@@ -0,0 +1,7 @@
+table.tutorial {
+    color: black;
+    border: 1px solid #aaa;
+    background-color: #f9f9f9;
+    padding: 5px;
+    font-size: 95%;
+}
index 67bb5581f17db1d3355a30046e21f8984e552ff7..bb5a2fe6e8429d2618cab6d85a311fbd657048fd 100644 (file)
@@ -5,6 +5,7 @@
   <title>$title</title>
   <link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
   <link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
+  <link href="$relpath$deal.css" rel="stylesheet" type="text/css">
   <meta name="author" content="the deal.II authors <authors@dealii.org>">
   <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors">
   <meta name="deal.II version" content="@PACKAGE_VERSION@">

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.