]> git.wh0rd.org - tt-rss.git/commitdiff
tweak cdm footer display
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 16 Mar 2013 09:47:24 +0000 (13:47 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 16 Mar 2013 09:47:24 +0000 (13:47 +0400)
cdm.css
images/cdm_footer_tile.png [new file with mode: 0644]

diff --git a/cdm.css b/cdm.css
index f5572f1a38f36257836554b64a170d7802f21528..6b6ae43e34bc4ce00e794a9e8413e52cb0056980 100644 (file)
--- a/cdm.css
+++ b/cdm.css
@@ -64,7 +64,8 @@ div.cdmContentInner img {
 }
 
 div.cdmFooter {
-       background : #f9f9f9;
+       background-color : #f0f0f0;
+       background-image : url("images/cdm_footer_tile.png");
        padding : 5px;
        font-weight : normal;
        color : gray;
diff --git a/images/cdm_footer_tile.png b/images/cdm_footer_tile.png
new file mode 100644 (file)
index 0000000..4410afe
Binary files /dev/null and b/images/cdm_footer_tile.png differ