[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #18009 [Globe]: country-flag-atlas.png reference incorrect in country-flags.css
#18009: country-flag-atlas.png reference incorrect in country-flags.css
---------------------------+----------------------
Reporter: derrickoswald | Owner: isis
Type: defect | Status: new
Priority: Very Low | Milestone:
Component: Globe | Version:
Severity: Trivial | Resolution:
Keywords: standalone | Actual Points:
Parent ID: | Points:
Sponsor: |
---------------------------+----------------------
Comment (by derrickoswald):
There are actually three files with incorrect paths. The other two are
_loading.scss (for the ajax-loader.gif image) and general.scss (for the
globe-logo.png image):
diff --git a/src/css/components/_loading.scss
b/src/css/components/_loading.scss
index 85bdc12..84d9133 100644
--- a/src/css/components/_loading.scss
+++ b/src/css/components/_loading.scss
@@ -2,7 +2,7 @@
.loading-indicator{
padding: 150px 50px 50px 50px;
- background: url('../img/ajax-loader.gif') no-repeat center center;
+ background: url('img/ajax-loader.gif') no-repeat center center;
p{
color: $purple;
diff --git a/src/css/general.scss b/src/css/general.scss
index 1ae6011..65e3645 100644
--- a/src/css/general.scss
+++ b/src/css/general.scss
@@ -7,7 +7,7 @@ body, .pure-g [class *= "pure-u"], .pure-g-r [class *=
"pure-u"]{
}
.logo{
- background: url('../img/globe-logo.png') no-repeat center center;
+ background: url('img/globe-logo.png') no-repeat center center;
width: 72px;
height: 21px;
display: block;
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/18009#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs