From: guido Date: Mon, 18 Apr 2005 21:03:11 +0000 (+0000) Subject: Align entries in build test table to center X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=813d2f7d60763e92e75d1fc33c6e38c8d2029da1;p=dealii-svn.git Align entries in build test table to center git-svn-id: https://svn.dealii.org/trunk@10513 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index dd7831f670..b580f7189e 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -186,3 +186,7 @@ code.class { color: #009000; } code.member { color: #006000; } code.function { color: #006000; } code.global { color: #005030; } + +td.build { + text-align: center; +}