feedlink/blogpost templates: use class instead of id
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 1 Jan 2011 21:19:46 +0000 (22:19 +0100)
committerJoey Hess <joey@kitenet.net>
Fri, 14 Jan 2011 18:31:45 +0000 (14:31 -0400)
commit9c7d1c053f929b292cdc8e61a1d419afc0462794
treeeb527f6b017f68faa9653e6220fe4c0fa6a81f96
parentcd3298ae35f61acc08f488f4fa658c0e880549e2
feedlink/blogpost templates: use class instead of id

There can be more than one feedlink group in a page, as well as (more
rarely) multiple blog forms, and using the same id for all of them
causes HTML validation errors. Replace the id with a class by the same
name and adjust in-repository CSS.
(cherry picked from commit 0c3b91e1f06fb357711cfa71d514f139cd8e04e3)
doc/css_market/kirkambar.css
doc/style.css
templates/blogpost.tmpl
templates/feedlink.tmpl