Order nav on run and order pages
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -28,4 +28,8 @@
|
||||
padding-top: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
a.back-to-run {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,3 +4,4 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user