forked from GitHub/gf-core
minibar: fix broken link to brushed-metal background
Solution: include a local copy of brushed-metal.png
This commit is contained in:
BIN
src/runtime/javascript/minibar/brushed-metal.png
Normal file
BIN
src/runtime/javascript/minibar/brushed-metal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user