1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 04:07:14 +03:00
This commit is contained in:
Artyom 2016-02-25 18:09:33 +03:00
parent 4211e3c4fc
commit 3962755c9d
2 changed files with 5 additions and 5 deletions

View File

@ -124,7 +124,7 @@ sampleState = do
_itemKind = hackageLibrary }
let lensesCategory = Category {
_categoryUid = 1,
_categoryTitle = "lenses",
_categoryTitle = "Lenses",
_categoryNotes = "Lenses are first-class composable accessors.",
_categoryItems = [lensItem, microlensItem] }

View File

@ -1,5 +1,5 @@
body {
padding: 2em 0em;
padding: 2em;
margin: auto;
max-width: 800px;
font-family: sans-serif; }
@ -27,9 +27,9 @@ body {
margin: 0px 5px; }
.text-button {
font-size: 80%;
margin-left: 2em;
vertical-align: 1px; }
font-size: 10pt;
font-weight: normal;
margin-left: 2em; }
.text-button::before {content: "[";}
.text-button::after {content: "]";}