Bladeren bron

fix IE5 nav spacing

master
Christopher Ross Hind 3 jaren geleden
bovenliggende
commit
a09aadf64d
3 gewijzigde bestanden met toevoegingen van 9 en 5 verwijderingen
  1. +4
    -5
      public/css/main.css
  2. +1
    -0
      public/css/mobile.css
  3. +4
    -0
      resources/views/partial/header.blade.php

+ 4
- 5
public/css/main.css Bestand weergeven

@@ -134,16 +134,15 @@ hr.textonly {

.titlebar .menu {
position: relative;
margin: 10px 15px;
padding: 10px 15px;
min-height: 32px;
text-align: right;
vertical-align: middle;
}

.titlebar .menu a {
display: inline-block;
padding: 5px;
padding-right: 0;
line-height: 22px;
display: inline;
line-height: 32px;
color: #aaa;
text-decoration: none;
}


+ 1
- 0
public/css/mobile.css Bestand weergeven

@@ -19,6 +19,7 @@

.titlebar .menu {
position: relative;
padding: 10px 15px;
float: none;
text-align: center;
max-width: unset;


+ 4
- 0
resources/views/partial/header.blade.php Bestand weergeven

@@ -5,9 +5,13 @@
</div>
<div class="menu">
<a href="{{ route('index') }}">Home</a>
<span class="space">&nbsp;</span>
<a href="{{ route('popular-threads') }}">Popular</a>
<span class="space">&nbsp;</span>
<a href="{{ route('latest-threads') }}">Latest</a>
<span class="space">&nbsp;</span>
<a href="{{ route('events') }}">Event log</a>
<span class="space">&nbsp;</span>
<a href="{{ route('preferences') }}">Preferences</a>
</div>
</div>


Laden…
Annuleren
Opslaan