Fix vertical alingment of the main navbar. (#6256)

This commit is contained in:
Tony Murray
2017-03-23 11:22:50 -05:00
committed by Neil Lathwood
parent a1b62cea73
commit 4a705ea7e3
2 changed files with 3 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ if (empty($config['favicon'])) {
<link href="css/MarkerCluster.css" rel="stylesheet" type="text/css" />
<link href="css/MarkerCluster.Default.css" rel="stylesheet" type="text/css" />
<link href="css/leaflet.awesome-markers.css" rel="stylesheet" type="text/css" />
<link href="<?php echo($config['stylesheet']); ?>?ver=291727419" rel="stylesheet" type="text/css" />
<link href="<?php echo($config['stylesheet']); ?>?ver=291727420" rel="stylesheet" type="text/css" />
<link href="css/<?php echo $config['site_style']; ?>.css?ver=632417639" rel="stylesheet" type="text/css" />
<?php