From 9d4fa2963b1059fed54aaeae583bf02a30c42239 Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Mon, 4 Jan 2010 04:54:14 +0000 Subject: Fixed SVN maybe. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@448 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- blocks/rss_agw/index.php | 2 +- blocks/rss_agw/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'blocks/rss_agw') diff --git a/blocks/rss_agw/index.php b/blocks/rss_agw/index.php index 8649582..3a492ca 100644 --- a/blocks/rss_agw/index.php +++ b/blocks/rss_agw/index.php @@ -20,7 +20,7 @@ if (!extension_loaded('curl')) { /** * Armed Global Warfare Feed */ -define('AGW_FEED', 'http://www.armedglobalwarfare.com/index.php?type=rss;action=.xml;limit=150'); +define('AGW_FEED', 'http://www.armedglobalwarfare.com/index.php?type=rss;action=.xml;limit=300'); /** * Cache File diff --git a/blocks/rss_agw/style.css b/blocks/rss_agw/style.css index 0bc6e81..e9d0824 100644 --- a/blocks/rss_agw/style.css +++ b/blocks/rss_agw/style.css @@ -2,11 +2,11 @@ display: none; } .rss span.title{ - font-size: 16px; + font-size: 10px; font-weight: bold; /* text-decoration:underline; */ } - + .rss span.date{ font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif; font-size: 11px; -- cgit