Finished fixing major styling issues, Leftovers need additions in CSS

Update footer.php, head.php, and 5 more files...
This commit is contained in:
2024-06-12 13:23:55 +02:00
parent 856d0356ec
commit e56eb0aeb6
7 changed files with 15 additions and 12 deletions

View File

@@ -83,7 +83,7 @@ include 'commons/DOM/sidebar.php';
continue;
}
echo('<a href="'.l10n_url_abs("/content/".$current_content->id).'" class="bland-link">');
echo('<a href="'.l10n_url_abs("/content/".$current_content->id).'" class="a-hidden">');
echo('<article class="">');
echo('<img src="' . $shown_project->image . '" class="f-left r-l border mr-xs img-showcase" alt="' .
$shown_project->title[$user_language] . ' logo">');