diff options
Diffstat (limited to 'blocks/rss_agw')
-rw-r--r-- | blocks/rss_agw/index.php | 2 | ||||
-rw-r--r-- | blocks/rss_agw/style.css | 4 |
2 files changed, 3 insertions, 3 deletions
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;
|