From 26bd77a253cd0ff4b53ad76c05d53a07d84b2b2f Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 26 May 2012 13:21:14 +0200 Subject: Awesome background / watermark for backend. Many pages had a lot of empty white space, that watermark fills this space without being too annoying. --- ratatoeskr/cms_style/layout.css | 1 + 1 file changed, 1 insertion(+) (limited to 'ratatoeskr/cms_style/layout.css') diff --git a/ratatoeskr/cms_style/layout.css b/ratatoeskr/cms_style/layout.css index 53ab8e0..aac132a 100644 --- a/ratatoeskr/cms_style/layout.css +++ b/ratatoeskr/cms_style/layout.css @@ -19,6 +19,7 @@ a:hover { body, html { margin: 0px; padding:0px; + background: white url(images/backendbg.png) bottom right no-repeat fixed; } hr { -- cgit v1.2.3-54-g00ecf