From b02433f09783390b207a97d78547c7e48cc10b13 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Fri, 19 Jul 2013 18:41:06 +0100 Subject: [PATCH] website tweaks --- website/assets/css/style.css | 4 ++++ website/page/code/desktop-download.php | 15 +++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/website/assets/css/style.css b/website/assets/css/style.css index 8ab26fde..8c4cc1e0 100644 --- a/website/assets/css/style.css +++ b/website/assets/css/style.css @@ -7,3 +7,7 @@ body { table tr.category_header { background: #ddd; } + +table .description { + font-style: italic; +} diff --git a/website/page/code/desktop-download.php b/website/page/code/desktop-download.php index fd62c45d..efd0bcbf 100644 --- a/website/page/code/desktop-download.php +++ b/website/page/code/desktop-download.php @@ -133,18 +133,17 @@ function iitcDesktopPluginDownloadTable ( $build ) } - print "$name"; - print "$plugin_users"; - print "$basename"; - print "$version"; -// print "$description"; - print ""; + print "$name"; + print "$plugin_users"; + print "$basename"; + print "$version"; + print ""; print "\n"; - print "$description\n"; + print "$description\n"; } if ( $empty ) - print "(no plugins in this category)\n"; + print "(no plugins in this category)\n"; } ?>