Minor tidy ups

This commit is contained in:
Bernard Darnton
2020-11-04 20:18:05 +13:00
parent 7dc4cea8ae
commit db73a789e7
4 changed files with 6 additions and 5 deletions
@@ -52,7 +52,8 @@ namespace BlazorDeviceTestRig.Pages
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
new TileLayerOptions
{
Attribution = @"Map data &copy; <a href=""https://www.openstreetmap.org/"">OpenStreetMap</a> contributors, <a href=""https://creativecommons.org/licenses/by-sa/2.0/"">CC-BY-SA</a>"
Attribution = @"Map data &copy; <a href=""https://www.openstreetmap.org/"">OpenStreetMap</a> contributors, " +
@"<a href=""https://creativecommons.org/licenses/by-sa/2.0/"">CC-BY-SA</a>"
}
);
}
+1 -1
View File
@@ -1,5 +1,5 @@
<div class="top-row pl-4 navbar navbar-dark">
<a class="navbar-brand" href="">BlazorDeviceTestRig</a>
<a class="navbar-brand" href="">Device Interop Test Rig</a>
<button class="navbar-toggler" @onclick="ToggleNavMenu">
<span class="navbar-toggler-icon"></span>
</button>
@@ -1,9 +1,9 @@
#geolocationPointMap {
height: 300px;
height: 450px;
width: 100%;
}
#geolocationWatchMap {
height: 300px;
height: 450px;
width: 100%;
}
+1 -1
View File
@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>BlazorDeviceTestRig</title>
<title>Device Interop Test Rig</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />