# HG changeset patch # User Matti Hamalainen # Date 1494405412 -10800 # Node ID 6739c52e110c831d9a50967bde77f84fb450eae5 # Parent c1b02239a368cf1c4a371fcebc4600d4897c7e0c Change naviBreadCrumbs to CSS id instead of class. diff -r c1b02239a368 -r 6739c52e110c basic.css --- a/basic.css Wed May 10 11:36:13 2017 +0300 +++ b/basic.css Wed May 10 11:36:52 2017 +0300 @@ -280,7 +280,7 @@ font-size: 1.5em; } -div.naviBreadCrumbs { +#naviBreadCrumbs { text-shadow: 1px 1px 1px black; padding: 0.5em; padding-top: 0; diff -r c1b02239a368 -r 6739c52e110c mgallery.php --- a/mgallery.php Wed May 10 11:36:13 2017 +0300 +++ b/mgallery.php Wed May 10 11:36:52 2017 +0300 @@ -441,7 +441,7 @@ if (count($res) > 1) { echo - "
". + "
". implode("", array_reverse($res)). "
\n"; }