diff --git a/header.php b/header.php index 599a3fa..f54fc5c 100644 --- a/header.php +++ b/header.php @@ -12,15 +12,15 @@ >
- ID !== 0): ?> + ID !== 0) : ?> user_login ?> Logout - + Login
@@ -53,14 +53,23 @@
diff --git a/style.css b/style.css index 33f38e4..fa1098e 100644 --- a/style.css +++ b/style.css @@ -52,12 +52,13 @@ a:hover { color: #111; } -.gar-header-nav { +.gar-header-nav ul { margin: 20px 0; } -.gar-header-nav li { +.gar-header-nav ul li { margin: 0 10px; + display: inline-block; } #postGrid .gar-post-box { @@ -192,7 +193,7 @@ pre { .gar-userbox { position: absolute; - right: 10%; + right: 8%; padding: 5px 15px; background-color: #111; top: 0;