From 074e6aee76e29a870d99c3a79029fc18d0c7f4cd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 25 Jan 2006 03:50:41 +0000 Subject: [PATCH] Use a reasonable padding amount. git-svn-id: https://svn.dealii.org/trunk@12153 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 21e49fdd28..a1c389102b 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -184,7 +184,7 @@ table.tutorial { color: black; border: 1px solid #aaa; background-color: #f9f9f9; - padding: 50px; + padding: 5px; font-size: 95%; } div.tutorial { -- 2.39.5