Skip to content
Snippets Groups Projects
Commit 5820eb7b authored by catch's avatar catch
Browse files

Issue #1436936 by Snugug: Add Clearfix Class to <header> in page.tpl.php.

parent 859fdb93
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
?>
<div id="page">
<header id="header" role="banner">
<header id="header" role="banner" class="clearfix">
<?php if ($logo): ?>
<a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home" id="logo">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment