#22: This isn't even nearly working...

But it's starting to work!
This commit is contained in:
Simon Brooke 2017-03-16 08:22:07 +00:00
parent 036c84972a
commit a46f55e50e
3 changed files with 46 additions and 18 deletions

View file

@ -160,7 +160,7 @@ th {
#main-container{
}
#back-link {
#back-link, .back-link {
min-width: 8em;
padding: 0.25em 1em;
background-color: gray;
@ -170,7 +170,7 @@ th {
border-bottom-right-radius: 0.5em;
}
#back-link:hover, #back-link:active {
#back-link:hover, #back-link:active, .back-link:hover, .back-link:active, {
text-decoration: none;
background-color: rgb(160, 160, 160);
}