From 2cb069ebdf49ce2bee16d7bb52c07ad3deae5bbc Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 7 Apr 2005 14:35:34 +0000 Subject: [PATCH] Really align in the center of the frame. Reduce the width, since 100% leads to scroll bars on both sides. git-svn-id: https://svn.dealii.org/trunk@10413 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 66e9e8541a..15ae4e6ce7 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -49,8 +49,8 @@ hr { div.head { text-align:center; position: fixed; - bottom:1ex; - width: 100%; + bottom:3ex; + width: 98%; } h1.head { -- 2.39.5