diff options
| -rw-r--r-- | provider/css/default.css | 11 | ||||
| -rw-r--r-- | provider/index.html | 7 | ||||
| -rw-r--r-- | provider/templates/index.html | 4 |
3 files changed, 12 insertions, 10 deletions
diff --git a/provider/css/default.css b/provider/css/default.css index f2f793f..71cd43b 100644 --- a/provider/css/default.css +++ b/provider/css/default.css | |||
| @@ -17,6 +17,17 @@ footer ul.tags { | |||
| 17 | display:inline; | 17 | display:inline; |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | ul.indexTagList { | ||
| 21 | list-style:none outside none; | ||
| 22 | margin-left:0; | ||
| 23 | padding-left:0; | ||
| 24 | } | ||
| 25 | |||
| 26 | ul.indexTagList li { | ||
| 27 | margin-left:0; | ||
| 28 | padding-left:0; | ||
| 29 | } | ||
| 30 | |||
| 20 | footer ul.tags:before { content:" — "; } | 31 | footer ul.tags:before { content:" — "; } |
| 21 | 32 | ||
| 22 | footer ul.tags li { | 33 | footer ul.tags li { |
diff --git a/provider/index.html b/provider/index.html deleted file mode 100644 index 422b726..0000000 --- a/provider/index.html +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | <ul> | ||
| 2 | $for(tags)$ | ||
| 3 | <li> | ||
| 4 | $body$ | ||
| 5 | </li> | ||
| 6 | $endfor$ | ||
| 7 | </ul> | ||
diff --git a/provider/templates/index.html b/provider/templates/index.html index 0eea806..468ae5b 100644 --- a/provider/templates/index.html +++ b/provider/templates/index.html | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | $body$ | 1 | <ul class="indexTagList"> |
| 2 | |||
| 3 | <ul> | ||
| 4 | $for(tags)$ | 2 | $for(tags)$ |
| 5 | <li> | 3 | <li> |
| 6 | $body$ | 4 | $body$ |
