From 55bfe617f0c361fb93e87a4175c0531630c55376 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 16 Mar 2013 13:47:24 +0400 Subject: tweak cdm footer display --- cdm.css | 3 ++- images/cdm_footer_tile.png | Bin 0 -> 221 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 images/cdm_footer_tile.png diff --git a/cdm.css b/cdm.css index f5572f1a3..6b6ae43e3 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 000000000..4410afed9 Binary files /dev/null and b/images/cdm_footer_tile.png differ -- cgit v1.2.3-54-g00ecf