From: Vincent Vanwaelscappel Date: Wed, 18 Dec 2024 17:47:56 +0000 (+0100) Subject: wip #7236 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bfe0879f10121238aea6196c13639a87c88ce6a9;p=bloomsburie.git wip #7236 @0.5 --- diff --git a/js/news.js b/js/news.js new file mode 100644 index 0000000..cb1c21d --- /dev/null +++ b/js/news.js @@ -0,0 +1,5 @@ +TO_LOAD_ONCE[TO_LOAD_ONCE.length] = 'load_news();'; + +function load_news() { + alert(':)'); +} \ No newline at end of file diff --git a/less/news.less b/less/news.less index 21f4b0a..bb5cd06 100644 --- a/less/news.less +++ b/less/news.less @@ -26,7 +26,7 @@ height: 90px; line-height: 90px; border-radius: 50%; - background-color: #f6ae01; + background-color: @yellow; color: #fff; top: 0; left: 0;