From 62f7d4c3cd09301b0b6252caa601b8f0323a4bd4 Mon Sep 17 00:00:00 2001 From: schrage Date: Fri, 11 Jun 1999 15:37:01 +0000 Subject: [PATCH] Changes to framesets git-svn-id: https://svn.dealii.org/trunk@1401 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/dealtut.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/doc/tutorial/dealtut.css b/deal.II/doc/tutorial/dealtut.css index e1533d0524..44379c1c5e 100644 --- a/deal.II/doc/tutorial/dealtut.css +++ b/deal.II/doc/tutorial/dealtut.css @@ -5,6 +5,8 @@ body { background-image: none; frameset { background-color: white; border-color: white; + border: 0; + frameborder: 0; } span.parhead { font-weight: bold; -- 2.39.5