mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
time to actually start making this look legit
This commit is contained in:
parent
a4840003f5
commit
c6980ff71d
@ -16,9 +16,9 @@
|
||||
<div id="mySidenav" class="sidenav">
|
||||
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
|
||||
<a href="#">Profile</a>
|
||||
<a href="team">Team</a>
|
||||
<a href="scout">Scout Matches</a>
|
||||
<a href="stats">Torunament Stats</a>
|
||||
<a href="../team">Team</a>
|
||||
<a href="../scout">Scout Matches</a>
|
||||
<a href="../stats">Torunament Stats</a>
|
||||
</div>
|
||||
<div id="main">
|
||||
<span onclick="openNav()" id="topbar">
|
||||
|
@ -13,6 +13,11 @@ table{
|
||||
}
|
||||
td{
|
||||
text-align: left;
|
||||
margin: 10px;
|
||||
}
|
||||
#newEM, #newDN{
|
||||
border: 3px black;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
/* The side navigation menu */
|
||||
.sidenav {
|
||||
|
Loading…
Reference in New Issue
Block a user