minibar: fix broken link to brushed-metal background

Solution: include a local copy of brushed-metal.png
This commit is contained in:
hallgren
2010-09-05 18:01:44 +00:00
parent d62c7b8dc1
commit c85c1e1c11
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -1,5 +1,5 @@
body {
background: #ccc url("http://www.grammaticalframework.org:41296/fridge/se.chalmers.cs.gf.gwt.FridgeApp/brushed-metal.png");
background: #ccc url("brushed-metal.png");
}
h1, h2, h3, small, th { font-family: sans-serif; }