From: Andrew Dolgov Date: Sat, 16 Mar 2013 09:47:24 +0000 (+0400) Subject: tweak cdm footer display X-Git-Tag: 1.7.5~170 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=55bfe617f0c361fb93e87a4175c0531630c55376 tweak cdm footer display --- diff --git a/cdm.css b/cdm.css index f5572f1a..6b6ae43e 100644 --- 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 index 00000000..4410afed Binary files /dev/null and b/images/cdm_footer_tile.png differ