[Xfce4-commits] <www:master> Make gif versions of the css files.

Nick Schermer noreply at xfce.org
Tue Apr 17 20:22:16 CEST 2012


Updating branch refs/heads/master
         to 3fadeb5cce98177fc10beba49c2b03fa2d72afd7 (commit)
       from 1468e8af9afa0c1bebfa9e4fca7edff8d0ad570d (commit)

commit 3fadeb5cce98177fc10beba49c2b03fa2d72afd7
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Apr 14 18:01:16 2012 +0200

    Make gif versions of the css files.

 style/base.css                     |    4 ++--
 style/header.css                   |    2 +-
 style/img/bullit.gif               |  Bin 0 -> 49 bytes
 style/img/external.gif             |  Bin 0 -> 105 bytes
 style/img/feed.gif                 |  Bin 0 -> 381 bytes
 style/img/logosmall.gif            |  Bin 0 -> 1331 bytes
 style/img/{ => orig}/bullit.png    |  Bin 98 -> 98 bytes
 style/img/{ => orig}/external.png  |  Bin 363 -> 363 bytes
 style/img/{ => orig}/feed.png      |  Bin 3251 -> 3251 bytes
 style/img/{ => orig}/logosmall.png |  Bin 4288 -> 4288 bytes
 style/news.css                     |    2 +-
 11 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/style/base.css b/style/base.css
index 656a336..1d7ef09 100644
--- a/style/base.css
+++ b/style/base.css
@@ -70,7 +70,7 @@ body {
 }
 #menu-sub ul {
 	list-style: none;
-	list-style-image: url('img/bullit.png');
+	list-style-image: url('img/bullit.gif');
 	margin: 0;
 	padding: 0;
 	font-weight: bold;
@@ -200,7 +200,7 @@ div.column p.colicon {
 }
 
 .external {
-	background: url('img/external.png') no-repeat 100% 50%;
+	background: url('img/external.gif') no-repeat 100% 50%;
 	padding: 0 15px 0 0;
 	margin: 0 5px 0 0;
 }
diff --git a/style/header.css b/style/header.css
index aaf8a3b..0e9e23d 100644
--- a/style/header.css
+++ b/style/header.css
@@ -1,7 +1,7 @@
 /* this file is used in various xfce subdomains! */
 
 #xfce-header {
-	background: #333 url('img/logosmall.png') no-repeat 3px 50%;
+	background: #333 url('img/logosmall.gif') no-repeat 3px 50%;
 	padding-left: 75px;
 	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
 	font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
diff --git a/style/img/bullit.gif b/style/img/bullit.gif
new file mode 100644
index 0000000..b2aeb8b
Binary files /dev/null and b/style/img/bullit.gif differ
diff --git a/style/img/external.gif b/style/img/external.gif
new file mode 100644
index 0000000..59f8276
Binary files /dev/null and b/style/img/external.gif differ
diff --git a/style/img/feed.gif b/style/img/feed.gif
new file mode 100644
index 0000000..37a66e5
Binary files /dev/null and b/style/img/feed.gif differ
diff --git a/style/img/logosmall.gif b/style/img/logosmall.gif
new file mode 100644
index 0000000..832e7bf
Binary files /dev/null and b/style/img/logosmall.gif differ
diff --git a/style/img/bullit.png b/style/img/orig/bullit.png
similarity index 100%
rename from style/img/bullit.png
rename to style/img/orig/bullit.png
diff --git a/style/img/external.png b/style/img/orig/external.png
similarity index 100%
rename from style/img/external.png
rename to style/img/orig/external.png
diff --git a/style/img/feed.png b/style/img/orig/feed.png
similarity index 100%
rename from style/img/feed.png
rename to style/img/orig/feed.png
diff --git a/style/img/logosmall.png b/style/img/orig/logosmall.png
similarity index 100%
rename from style/img/logosmall.png
rename to style/img/orig/logosmall.png
diff --git a/style/news.css b/style/news.css
index e0a77a9..be5ef1c 100644
--- a/style/news.css
+++ b/style/news.css
@@ -30,5 +30,5 @@
 
 .rss {
 	padding-left: 17px;
-	background: url('img/feed.png') no-repeat left center;
+	background: url('img/feed.gif') no-repeat left center;
 }


More information about the Xfce4-commits mailing list