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:
parent
62ccc5c04e
commit
9c82a6dbab
@ -629,9 +629,6 @@ adminHook = do
|
|||||||
Spock.text "Wrong password!"
|
Spock.text "Wrong password!"
|
||||||
Spock.requireBasicAuth "Authenticate (login = admin)" check return
|
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: 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
|
-- TODO: why not compare Haskellers too? e.g. for April Fools' we could ask
|
||||||
|
@ -40,6 +40,14 @@ body {
|
|||||||
padding: 3px 10px;
|
padding: 3px 10px;
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
|
|
||||||
|
#categories {
|
||||||
|
margin-top: 1em; }
|
||||||
|
|
||||||
|
#categories > a {
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: 130%;
|
||||||
|
font-size: 150%; }
|
||||||
|
|
||||||
.category {
|
.category {
|
||||||
margin-top: 3em; }
|
margin-top: 3em; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user