diff options
| author | Michael Miday <midaym@gmail.com> | 2015-09-16 17:22:55 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-09-17 18:37:30 +0200 |
| commit | 353fce9625d1e1e8dffa17794ed23212d587d9b4 (patch) | |
| tree | 74679e6b93c6ba15f7c1f8156b964301d27b83e8 | |
| parent | 91c4e8c5fbe092a7b4d08be610ac50830a149a27 (diff) | |
| download | forums-353fce9625d1e1e8dffa17794ed23212d587d9b4.tar forums-353fce9625d1e1e8dffa17794ed23212d587d9b4.tar.gz forums-353fce9625d1e1e8dffa17794ed23212d587d9b4.tar.bz2 forums-353fce9625d1e1e8dffa17794ed23212d587d9b4.tar.xz forums-353fce9625d1e1e8dffa17794ed23212d587d9b4.zip | |
[ticket/12769] Misc table fix
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index f41627e24f..1be762475b 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -623,6 +623,10 @@ table.table1 { width: 100%; } +.ucp-main table.table1 { + padding: 2px; +} + table.table1 thead th { font-weight: normal; text-transform: uppercase; |
