diff options
author | Cesar G <prototech91@gmail.com> | 2013-10-29 06:52:38 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-11-12 18:15:16 -0800 |
commit | 13d2d7d03684c44d2d2dc12fa205ee05e71e923d (patch) | |
tree | 8bb346dd4cf6a66de3a6f97ee079d54298cc522a /phpBB/styles/subsilver2/theme | |
parent | 1ea07e2270a0e18bc6008f4ac28df03b5fd52432 (diff) | |
download | forums-13d2d7d03684c44d2d2dc12fa205ee05e71e923d.tar forums-13d2d7d03684c44d2d2dc12fa205ee05e71e923d.tar.gz forums-13d2d7d03684c44d2d2dc12fa205ee05e71e923d.tar.bz2 forums-13d2d7d03684c44d2d2dc12fa205ee05e71e923d.tar.xz forums-13d2d7d03684c44d2d2dc12fa205ee05e71e923d.zip |
[ticket/11472] Expand palette cell links to the full block size.
PHPBB3-11472
Diffstat (limited to 'phpBB/styles/subsilver2/theme')
-rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index 22a3ada275..da99051329 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -308,6 +308,10 @@ p.topicdetails { border-spacing: 1px; } +#color_palette_placeholder td { + padding: 0; +} + th { color: #FFA34F; font-size: 1.1em; |