Content deleted Content added
No edit summary
No edit summary
Line 149:
div.nav .box::after,
div.nav .heading::after {
content:"";
position:absolute;
width:100%;
left:0;
height:3px;
background-image:url("/images/4/45/Shadow_after.png");
background-size:100% 3px;
}
 
div.nav .heading-white::after {
content:"";
position:absolute;
Line 160 ⟶ 170:
div.nav .box::after,
div.nav .heading::after {
bottom:-3px;
}
 
div.nav .heading-white::after {
bottom:-3px;
}