update
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -44,6 +44,11 @@
|
||||
@import "components/footer/footer.scss";
|
||||
@import "components/leaflet/custom_leaflet.scss";
|
||||
|
||||
|
||||
.no-flexbox .box { color: red; }
|
||||
.flexbox .box { color: green; }
|
||||
|
||||
|
||||
article img,
|
||||
.side_notes img{
|
||||
width: 100%;
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
if ($this.is('#ressource')) {
|
||||
var hero = 'article .__wrapper .__hero';
|
||||
var head = 'article .__wrapper .__head';
|
||||
|
||||
|
||||
$(data).find(hero +','+ head).appendTo('.side_notes > div a').hide().fadeIn(200);
|
||||
$("<div class='close'></div>").appendTo(".side_notes > div");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user