Showing 3 changed files with 3 additions and 3 deletions
+1 -1
dist/css/hackernews.css
... ...
@@ -142,7 +142,7 @@ p.question {
142 142
     color: #aaa;
143 143
   }
144 144
   .panel-footer { background-color: #000; }
145
-  .panel-body { width: 105%; margin-left: -2%; }
145
+  .panel-body { width: 114%; margin-left: -7%; }
146 146
 }
147 147
 /* Desktop Theme Light */
148 148
 @media only screen and (min-width: 601px) {
+1 -1
sources/gennews.jessie.sh
... ...
@@ -8,4 +8,4 @@ php news-cna.php > cna.html 2> /dev/null
8 8
 php news-aje.php > aje.html 2> /dev/null
9 9
 php news-bbc.php > bbc.html 2> /dev/null
10 10
 php news-smh.php > smh.html 2> /dev/null
11
-scp *html rss.php kawi.fr:/var/www/html/newsen/sources/ &> /dev/null
11
+scp *html rss.php  /var/www/html/newsen/dist/css/*css kawi.fr:/var/www/html/newsen/sources/ &> /dev/null
+1 -1
sources/rss.php
... ...
@@ -6,7 +6,7 @@ define('NEWS_RSS_LATIMES', 'http://www.latimes.com/world/rss2.0.xml');
6 6
 define('NEWS_RSS_CNA', 'https://www.channelnewsasia.com/rssfeeds/8395986');
7 7
 define('NEWS_RSS_BBC', 'http://feeds.bbci.co.uk/news/rss.xml');
8 8
 define('NEWS_RSS_AJE', 'https://www.aljazeera.com/xml/rss/all.xml');
9
-define('NEWS_RSS_SMH', 'https://www.smh.com.au/rss/feed.xml');
9
+define('NEWS_RSS_SMH', 'https://www.smh.com.au/rss/world.xml');
10 10
 
11 11
 $array_title=array(
12 12
   "nyt" => "New York Times",