diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-14 01:06:28 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-14 01:06:28 +0100 |
commit | d84b462a711ce95593ff05a7581e722562c3835a (patch) | |
tree | 41e5af455fea925b2680b29718b24ba2876e803a /templates/homepage.lucius | |
download | bar-d84b462a711ce95593ff05a7581e722562c3835a.tar bar-d84b462a711ce95593ff05a7581e722562c3835a.tar.gz bar-d84b462a711ce95593ff05a7581e722562c3835a.tar.bz2 bar-d84b462a711ce95593ff05a7581e722562c3835a.tar.xz bar-d84b462a711ce95593ff05a7581e722562c3835a.zip |
Implement old bar.hs
Diffstat (limited to 'templates/homepage.lucius')
-rw-r--r-- | templates/homepage.lucius | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/homepage.lucius b/templates/homepage.lucius new file mode 100644 index 0000000..3197fd5 --- /dev/null +++ b/templates/homepage.lucius | |||
@@ -0,0 +1,13 @@ | |||
1 | h2##{aDomId} { | ||
2 | color: #990 | ||
3 | } | ||
4 | |||
5 | li { | ||
6 | line-height: 2em; | ||
7 | font-size: 16px | ||
8 | } | ||
9 | |||
10 | ##{commentTextareaId} { | ||
11 | width: 400px; | ||
12 | height: 100px; | ||
13 | } | ||