~alcinnz/rhapsode

589e0e4ee2eec35a5a6ed6fa0ddbb94e53810996 — Adrian Cochrane 2 years ago 6cee31b
Denote that table headers are linked.
1 files changed, 1 insertions(+), 1 deletions(-)

M src/Render.hs
M src/Render.hs => src/Render.hs +1 -1
@@ 133,7 133,7 @@ rhapsodePseudoFilter url hist =
    -- Note: not all links must have an href tag, but it's not a bad approximation visited links must.
    -- Doing it this way is easier to implement in Haskell Stylist.
    CSSPseudo.addTest "visited" Nothing "href" (CSSSel.PropertyFunc $ testVisited hist url) $
    CSSPseudo.addRewrite "link" "[src], [href], details > summary" $
    CSSPseudo.addRewrite "link" "[src], [href], details > summary, tr:first-of-type th" $
    CSSPseudo.addRewrite' "target" (targetSel $ uriFragment url) $
    CSSPseudo.htmlPsuedoFilter Style.queryableStyleSheet