From d4aef98a122083b21ad01f989a6c543751419053 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 7 Apr 2005 11:04:01 +0000 Subject: [PATCH] align headline to lower end of frame git-svn-id: https://svn.dealii.org/trunk@10409 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 9 ++++++++- deal.II/doc/title.html | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 14838db9be..66e9e8541a 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -46,9 +46,16 @@ hr { margin: 0.2em 0 0.2em 0; } +div.head { + text-align:center; + position: fixed; + bottom:1ex; + width: 100%; +} h1.head { - text-align:center; + position:relative; + text-align:center; font-weight: bold; color:black; padding-top: 0; diff --git a/deal.II/doc/title.html b/deal.II/doc/title.html index f0249af8ad..1eb3380f70 100644 --- a/deal.II/doc/title.html +++ b/deal.II/doc/title.html @@ -11,7 +11,9 @@ -

deal.II Documentation

+
+

deal.II Documentation

+
-- 2.39.5