[SCM] Samba Website Repository - branch master updated
Björn Jacke
bjacke at samba.org
Sat Apr 25 20:16:09 UTC 2020
The branch, master has been updated
via b3f4a29 use webp image for boxes
via b8584dc add bgBoxMain.webp with alpha channel
from 559504d screen.css: adopt for clients prefering dark mode
https://git.samba.org/?p=samba-web.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit b3f4a2942a88386234a748746050bf34d12ea9c8
Author: Björn Jacke <bj at sernet.de>
Date: Sat Apr 25 22:15:29 2020 +0200
use webp image for boxes
commit b8584dc1e2b9b61f1a6a4a644d959d525572d994
Author: Björn Jacke <bj at sernet.de>
Date: Sat Apr 25 22:12:44 2020 +0200
add bgBoxMain.webp with alpha channel
-----------------------------------------------------------------------
Summary of changes:
style/2010/grey/bgBoxMain.webp | Bin 0 -> 432 bytes
style/2010/grey/print.css | 2 +-
style/2010/grey/screen.css | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
create mode 100644 style/2010/grey/bgBoxMain.webp
Changeset truncated at 500 lines:
diff --git a/style/2010/grey/bgBoxMain.webp b/style/2010/grey/bgBoxMain.webp
new file mode 100644
index 0000000..8b72061
Binary files /dev/null and b/style/2010/grey/bgBoxMain.webp differ
diff --git a/style/2010/grey/print.css b/style/2010/grey/print.css
index 654b7de..e01ed69 100644
--- a/style/2010/grey/print.css
+++ b/style/2010/grey/print.css
@@ -200,7 +200,7 @@ body * {
#bd .mainBox {
width: 48%;
- background-image: url(bgBoxMain.gif);
+ background-image: url(bgBoxMain.webp);
background-position: 0 0;
background-repeat: no-repeat;
margin: 26px 0 0;
diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index 94fc233..6748635 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -345,7 +345,7 @@ body * {
#bd .mainBox {
position: relative;
width: 247px;
- background-image: url(bgBoxMain.gif);
+ background-image: url(bgBoxMain.webp);
background-position: 0 0;
background-repeat: no-repeat;
margin: 26px 0 0;
--
Samba Website Repository
More information about the samba-cvs
mailing list