diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-27 22:05:06 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-27 22:05:06 +0100 |
commit | 0030534b0106f201a978c0c9dca9e0579c2b9aef (patch) | |
tree | 36ae4572b0828bb981619bceff136a302fc92f81 /src | |
parent | 083b58e0a40858e2277f4bd101ffd54097f01da0 (diff) |
Book Marx: Improve formatting.
Diffstat (limited to 'src')
-rw-r--r-- | src/mulk/benki/book_marx.clj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mulk/benki/book_marx.clj b/src/mulk/benki/book_marx.clj index 1883f3f..000e9c8 100644 --- a/src/mulk/benki/book_marx.clj +++ b/src/mulk/benki/book_marx.clj @@ -28,6 +28,9 @@ {:head (list [:link {:rel "stylesheet" :href (resolve-uri "/style/hammer-and-sickle.css") + :type "text/css"}] + [:link {:rel "stylesheet" + :href (resolve-uri "/style/bookmarx.css") :type "text/css"}])}) (def bookmarx-submission-page {:head (list @@ -81,7 +84,7 @@ [:span {:class "bookmark-date"} (escape-html (format-date (:date mark)))] [:span {:class "bookmark-owner"} " by " (escape-html (:first_name mark))]] - [:p {:class "bookmark-description"} + [:div {:class "bookmark-description"} (htmlize-description (:description mark))]])]])))) (defpage "/marx/tags" {} |