mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Css uses correct path
This commit is contained in:
@@ -9,7 +9,7 @@ body {
|
||||
}
|
||||
|
||||
#app-horizontal {
|
||||
background-image: url(images/linen.png);
|
||||
background-image: url(static/images/linen.png);
|
||||
display: -webkit-box;
|
||||
min-height: 100%;
|
||||
-webkit-box-orient: horizontal;
|
||||
|
||||
Reference in New Issue
Block a user