diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-23 01:30:46 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-23 01:30:46 +0100 |
commit | 2049f93f991e72f05d73c5d640327fb6343ef245 (patch) | |
tree | e30bef4cd3925b8e4a47a6c32c7415cd53de836a /templates | |
parent | 1d44017f08c44ba6b36d1d054b84346d3eecfbcc (diff) |
Make stylesheet <link/>s more consistent with each other.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/comment_moderation_page.html | 3 | ||||
-rw-r--r-- | templates/journal_page.html | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/templates/comment_moderation_page.html b/templates/comment_moderation_page.html index 3e13bd9..ff708cb 100644 --- a/templates/comment_moderation_page.html +++ b/templates/comment_moderation_page.html @@ -1,6 +1,5 @@ {.section head} -<link rel="stylesheet" type="text/css" - href="{root|html-attr-value}style/journal.css" /> +<link rel="stylesheet" type="text/css" href="/style/journal.css" /> {.end} {.section body} diff --git a/templates/journal_page.html b/templates/journal_page.html index 959cde0..dd3c8c7 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -1,6 +1,5 @@ {.section head} - <link rel="stylesheet" type="text/css" - href="{root|html-attr-value}style/journal.css" /> + <link href="/style/journal.css" rel="stylesheet" type="text/css" /> <link href="/journal/prettify/prettify.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="/journal/prettify/prettify.js"></script> <script type="text/javascript" src="/journal/prettify/lang-lisp.js"></script> |