From 0f8474a7bf517b019af3e974d3a57c2d5cdd56a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Dr=C3=B6scher?= Date: Sun, 25 Feb 2007 12:28:20 +0000 Subject: [PATCH] #7996 git-svn-id: file:///svn/phpbb/trunk@7061 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/viewtopic_body.html | 4 ++-- phpBB/styles/subSilver/theme/stylesheet.css | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index e3bb8c2fa2..a6d024d07a 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -153,7 +153,7 @@ - + @@ -274,7 +274,7 @@ - + diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 93ae44a542..101cfdf325 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -312,6 +312,9 @@ th { td { padding: 2px; } +td.profile { + padding: 4px; +} .tablebg { background-color: #A9B8C2;
 {L_BACK_TO_TOP}