diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-01-01 22:19:46 +0100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-14 14:31:45 -0400 |
commit | 9c7d1c053f929b292cdc8e61a1d419afc0462794 (patch) | |
tree | eb527f6b017f68faa9653e6220fe4c0fa6a81f96 /doc/css_market | |
parent | cd3298ae35f61acc08f488f4fa658c0e880549e2 (diff) |
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)
Diffstat (limited to 'doc/css_market')
-rw-r--r-- | doc/css_market/kirkambar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/css_market/kirkambar.css b/doc/css_market/kirkambar.css index 76d9ba771..e756a1260 100644 --- a/doc/css_market/kirkambar.css +++ b/doc/css_market/kirkambar.css @@ -40,7 +40,7 @@ pre, tt, code { monospace; } -pre, tt, code, tr.changeinfo, #blogform { +pre, tt, code, tr.changeinfo, .blogform { color: inherit; background-color: #f6f6f0; } |