Removed bug in background image CSS code

This commit is contained in:
Christian Wolf 2018-11-01 19:21:24 +01:00
parent f81f2b9031
commit 87fd2b1fe7

View File

@ -144,7 +144,7 @@ ul.nav-child > li > a:focus
background-image: <?php echo $leftImageValue; ?>;
}
#right_side
#right_side-image
{
background-image: <?php echo $rightImageValue; ?>;
}