# HG changeset patch # User Tero Marttila # Date 1294674621 -7200 # Node ID b06e3421944146db74c8bf16b1530b68babb0b0b # Parent 3e9a8fb73083ddacbb4f9a6de7d2fb4e98ba184e items: fix nested lists in form, and implement higlight for #target diff -r 3e9a8fb73083 -r b06e34219441 static/forms.css --- a/static/forms.css Mon Jan 10 17:49:49 2011 +0200 +++ b/static/forms.css Mon Jan 10 17:50:21 2011 +0200 @@ -55,14 +55,14 @@ } /* Fields inside a fieldset will be vertically separated */ -fieldset ol li +fieldset ol > li { padding: 0.5em 1em; border-top: 1px solid #c5c5c5; } -fieldset ol li:first-child +fieldset ol > li:first-child { border-top: none; } diff -r 3e9a8fb73083 -r b06e34219441 static/tables.css --- a/static/tables.css Mon Jan 10 17:49:49 2011 +0200 +++ b/static/tables.css Mon Jan 10 17:50:21 2011 +0200 @@ -55,6 +55,12 @@ background-color: #e8e8e8; } +/* Link to tr with URL #foo fragment */ +tr:target +{ + background-color: #F5F3B8; +} + td, th { border: thin solid #ffffff;