Update from branding identifier to a DIV class

This commit is contained in:
Blade of Darkness 2022-05-01 10:12:35 +02:00
parent f87d59110f
commit 492353ce39
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<div id="branding"></div>
<div class="branding"></div>
<ul>
<?php
for($i = 1; $i <= 3; $i++)

View File

@ -15,7 +15,7 @@ body
margin:0;
background:url(MightyWCMS.jpg) no-repeat
}
#header #branding{float:left; height:100px}
DIV.branding{float:left; height:100px}
#header ul
{
float:right;
@ -57,7 +57,7 @@ a:hover{color:#fff}
/* Media Queries */
@media(max-width: 768px)
{
#header #branding, #header ul, #mw-content-wrapper, #mw-sidebar
DIV.branding, #header ul, #mw-content-wrapper, #mw-sidebar
{float:none; text-align:center; width:100%}
#header ul{margin-top: 0}
#header{height:100%}