diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 16:05:46 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 16:05:46 +0100 |
| commit | e98c4bb158c0895c2b2076a729d48f246b83cc41 (patch) | |
| tree | a411c2afede85ea24cd880ec9c8a7a1eaf186d28 | |
| parent | 69c761f55e3f7179aca2186f4e792772de1dc4a2 (diff) | |
use absolute path
| -rw-r--r-- | webAO/styles/master.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/master.css b/webAO/styles/master.css index 9aa459f..67cf0b4 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -55,7 +55,7 @@ top: 35%; right: 0px; padding: 0px; - background: url("./images/desc.png") no-repeat; + background: url("/images/desc.png") no-repeat; border: 2px solid #888; border-radius: 5px; } |
