diff static/css/sat_website.css @ 136:c56b6ad62153

add section News with the official news feed
author souliane <souliane@mailoo.org>
date Thu, 14 Jan 2016 23:39:43 +0100
parents 82d920157dc9
children
line wrap: on
line diff
--- a/static/css/sat_website.css	Wed Dec 09 03:01:48 2015 +0100
+++ b/static/css/sat_website.css	Thu Jan 14 23:39:43 2016 +0100
@@ -269,3 +269,9 @@
 .video-campaign {
     max-width: 100%;
 }
+
+.news-content {
+    box-sizing: border-box;
+    border-radius: 5px;
+    background: url("https://libervia.org/themes/default/images/tpl/page-gradient.png") repeat-x scroll left top #FBFAF9;
+}