Much tidier design for table view header

Closes #147
This commit is contained in:
Simon Willison 2017-11-24 14:02:39 -08:00
commit 8a37baba14
No known key found for this signature in database
GPG key ID: FBB38AFE227189DB
2 changed files with 16 additions and 9 deletions

View file

@ -210,3 +210,10 @@ form input[type=submit] {
margin-top: 0.6em;
}
}
a.not-underlined {
text-decoration: none;
}
.not-underlined .underlined {
text-decoration: underline;
}