From: wolf Date: Thu, 7 Apr 2005 14:35:34 +0000 (+0000) Subject: Really align in the center of the frame. Reduce the width, since 100% X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb069ebdf49ce2bee16d7bb52c07ad3deae5bbc;p=dealii-svn.git 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 --- 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 {