Only apply data browser CSS rules in the data browser

This commit is contained in:
Tom Hughes 2015-05-26 17:43:07 +01:00
parent 18d5cf1957
commit 835eff6346

View file

@ -1,3 +1,5 @@
.browse-section {
/* Make space for icons */
.node::before,
@ -181,3 +183,5 @@
.railway.rail::before { content: image-url('browse/rail.20.png'); }
.railway.subway::before { content: image-url('browse/subway.20.png'); }
.railway.tram::before { content: image-url('browse/tram.20.png'); }
}