Order nav on run and order pages

This commit is contained in:
Ben Ramey
2014-06-17 21:59:56 -05:00
parent c8b9a3442b
commit 0bddd8f69d
8 changed files with 43 additions and 17 deletions

View File

@@ -59,6 +59,15 @@ body {
margin-right: 30px;
font-size: 1.2em;
}
a {
color: white;
text-decoration: none;
&:hover {
color: lightgrey;
text-decoration:none;
}
}
}
h2 {

View File

@@ -28,4 +28,8 @@
padding-top: 9px;
}
}
a.back-to-run {
display: none;
}
}

View File

@@ -4,3 +4,4 @@
background-color: transparent;
}
}