[planet-web] Added png files for the backgrounds instead of jpg



commit 4a839991c3717cd1098df76a95eb4d87809e3dc2
Author: Adnane Belmadiaf <adnane002 gmail com>
Date:   Fri Dec 20 15:52:42 2013 +0000

    Added png files for the backgrounds instead of jpg
    
    Signed-off-by: Andreas Nilsson <anilsson redhat com>

 web/img/bubble/post_bottombg.png |  Bin 0 -> 129 bytes
 web/img/bubble/post_topbg.png    |  Bin 0 -> 152 bytes
 web/planet.css                   |    2 +-
 3 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/web/img/bubble/post_bottombg.png b/web/img/bubble/post_bottombg.png
new file mode 100644
index 0000000..c171463
Binary files /dev/null and b/web/img/bubble/post_bottombg.png differ
diff --git a/web/img/bubble/post_topbg.png b/web/img/bubble/post_topbg.png
new file mode 100644
index 0000000..70cfa71
Binary files /dev/null and b/web/img/bubble/post_topbg.png differ
diff --git a/web/planet.css b/web/planet.css
index c48cbc8..3e79646 100644
--- a/web/planet.css
+++ b/web/planet.css
@@ -38,7 +38,7 @@ div.post {
        position: relative;
        margin-left: 10em;
        padding: 2em;
-       background: url(https://planet.gnome.org/img/bubble/post_topbg.jpg) center top repeat-x, 
url(https://planet.gnome.org/img/bubble/post_bottombg.jpg) center bottom repeat-x;
+       background: url(https://planet.gnome.org/img/bubble/post_topbg.png) center top repeat-x, 
url(https://planet.gnome.org/img/bubble/post_bottombg.png) center bottom repeat-x;
        box-shadow: 0 0 4px rgba(50, 50, 50, 0.25);
        border: 1px solid rgb(192, 192, 192);
        border-radius: 10px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]