From 3acdb8631edbfbbb5ae7bc6100e4e844e0d16f7c Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 28 Apr 2005 12:51:31 +0000 Subject: [PATCH] align build table entries vertically git-svn-id: https://svn.dealii.org/trunk@10585 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index b580f7189e..994832c26e 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -189,4 +189,5 @@ code.global { color: #005030; } td.build { text-align: center; + vertical-align: middle; } -- 2.39.5