From 4525beb985f8e874f11c0e95df2b1544c8b0b1ba Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 31 Aug 2013 23:45:48 -0700 Subject: Cleaning up content macro. Adding favicon. Fixing static content. --- web/WEB-INF/restlet.xml | 4 +++- web/WEB-INF/web.xml | 4 ++++ web/images/about-grow.png | Bin 0 -> 85276 bytes web/style.css | 4 ++++ 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 web/images/about-grow.png (limited to 'web') diff --git a/web/WEB-INF/restlet.xml b/web/WEB-INF/restlet.xml index d77fb2e..67ee36d 100644 --- a/web/WEB-INF/restlet.xml +++ b/web/WEB-INF/restlet.xml @@ -1,13 +1,15 @@ - + + + diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index be1e4cf..758b004 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -21,6 +21,10 @@ default /style.css + + default + /favicon.ico + default /images/* diff --git a/web/images/about-grow.png b/web/images/about-grow.png new file mode 100644 index 0000000..aaa25ec Binary files /dev/null and b/web/images/about-grow.png differ diff --git a/web/style.css b/web/style.css index 39d6756..b374150 100644 --- a/web/style.css +++ b/web/style.css @@ -96,6 +96,10 @@ nav.primary a.current { display: none; } +#noticebox.visible { + display: block; +} + #noticebox img.icon { float: left; margin-right: 2em; -- cgit v1.2.3