1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00

Add CSS for category lists

This commit is contained in:
Artyom 2016-04-21 18:19:38 +03:00
parent 62ccc5c04e
commit 9c82a6dbab
2 changed files with 8 additions and 3 deletions

View File

@ -629,9 +629,6 @@ adminHook = do
Spock.text "Wrong password!"
Spock.requireBasicAuth "Authenticate (login = admin)" check return
-- TODO: when a category with the same name exists, show an error message and
-- redirect to that other category
-- TODO: a function to find all links to Hackage that have version in them
-- TODO: why not compare Haskellers too? e.g. for April Fools' we could ask

View File

@ -40,6 +40,14 @@ body {
padding: 3px 10px;
width: 100%; }
#categories {
margin-top: 1em; }
#categories > a {
font-weight: bold;
line-height: 130%;
font-size: 150%; }
.category {
margin-top: 3em; }