[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Tue Feb 11 09:11:40 UTC 2020


The branch, master has been updated
       via  2b34684 Make headlines in news box clickable.
       via  2b4e03f css: Try to have red headlines in the news box.
      from  8a4185c NEWS[sambaXP_2020]: sambaXP 2020

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2b346848a9325ec88b1ef4c646948d0f71967f89
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Feb 11 10:10:46 2020 +0100

    Make headlines in news box clickable.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 2b4e03f99a8a3e58ca80d8a9ef1951300ee22329
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Feb 11 10:10:18 2020 +0100

    css: Try to have red headlines in the news box.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 index.html                 | 4 ++--
 style/2010/grey/screen.css | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/index.html b/index.html
index be6752a..c51eea2 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,7 @@
 					<div class="noPrint" id="special">
 						<div class="specialBox"	id="specialBoxDonations">
 							<div class="specialBoxContent">
-								<h4>Donations</h4>
+								<h4><a href="//www.samba.org/samba/donations.html">Donations</a></h4>
 								<br />
 								<p>
 									Nowadays, the Samba Team
@@ -62,7 +62,7 @@
 						</div>
 						<div class="specialBox" id="specialBoxNews">
 							<div class="specialBoxContent">
-								<h4>Latest News</h4>
+								<h4><a href="/samba/latest_news.html">Latest News</a></h4>
 
 								<!--#include virtual="/samba/generated_news/latest_2_bodies.html" -->
 
diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index 93fc28e..b899529 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -505,6 +505,7 @@ body * {
 
 #bd #specialBoxNews h5 {
 	font-weight: normal;
+	color: #c90000;
 }
 
 #bd .specialBox .specialBoxContent {


-- 
Samba Website Repository



More information about the samba-cvs mailing list