Last change
on this file since 36667 was
20543,
checked in by Moritz Heidkamp, 10 years ago
|
gazette: add dates and authors to archive and reverse its ordering; fix a bug in the default-page-vars regexp for issue layouts
|
File size:
644 bytes
|
Line | |
---|
1 | () |
---|
2 | '((|#header| |
---|
3 | (float "right") |
---|
4 | (margin-left "1em") |
---|
5 | (margin-bottom "1em")) |
---|
6 | |
---|
7 | (|#content| |
---|
8 | (background "#fff") |
---|
9 | (padding-top "1em") |
---|
10 | (padding-bottom "1em") |
---|
11 | (overflow "auto") |
---|
12 | |
---|
13 | ((// .date) |
---|
14 | (font-style "italic")) |
---|
15 | |
---|
16 | ((// h1) |
---|
17 | (margin-left "1em")) |
---|
18 | |
---|
19 | ((// .article-meta) |
---|
20 | (margin-left "2.2em") |
---|
21 | (margin-bottom "7em")) |
---|
22 | |
---|
23 | ((// |#archive|) |
---|
24 | ((// .date) |
---|
25 | (font-weight "normal") |
---|
26 | (margin-top ".5em"))) |
---|
27 | |
---|
28 | ((// ul.links) |
---|
29 | (text-align "right") |
---|
30 | (margin-top "2em") |
---|
31 | ((// li) |
---|
32 | (list-style-type "none")))) |
---|
33 | |
---|
34 | (|#fineprint| |
---|
35 | (text-align "center") |
---|
36 | (font-size ".9em") |
---|
37 | (margin-top ".5em"))) |
---|
Note: See
TracBrowser
for help on using the repository browser.