Tidying up the CSS

This commit is contained in:
Tom Slominski
2015-03-06 14:11:08 +00:00
parent ec4d855f9a
commit a43657a3a4
2 changed files with 36 additions and 77 deletions

View File

@@ -102,8 +102,8 @@ isq_load_textdomain();
<div class="wrapper">
<header class="site-header">
<h1><a href="<?php echo YOURLS_SITE; ?>"><?php echo ISQ::$general['name']; ?></a></h1>
<header class="content site-header">
<h1 class="site-title"><a href="<?php echo YOURLS_SITE; ?>"><?php echo ISQ::$general['name']; ?></a></h1>
<nav class="menu">
<?php
foreach( ISQ::$links as $menuItem ) {