Mercurial > public > sg101
view bio/static/css/bio.css @ 715:820e57e621e8
Use |safe filter on Haystack templates to get better results w/quotes.
Content was getting escaped, so text with quotes around it was seemingly
missing from the search index. This change fixed that. I verified that the
search results will not leak raw HTML to the page so this should be safe to do.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 17 Sep 2013 20:26:49 -0500 |
parents | 678a1a2ef55a |
children |
line wrap: on
line source
div.user_profile th { font-weight: bold; text-align: left; padding: 5px 5px; } div.user_profile td { font-weight: normal; text-align: left; padding: 5px 5px; } div.members-list table { border-collapse: collapse; width: 95%; border: 1px solid black; margin: 1em auto 1em auto; } div.members-list th { font-weight: bold; text-align: center; padding: 5px 5px; } div.members-list tr { border-top: 1px solid black; border-bottom: 1px solid black; text-align: center; } div.members-list td { padding: 5px 5px; text-align: center; } div.members-list tr.odd { background-color: #ddd; } div.flag { float:left; text-size: small; font-weight: bold; } div.flag img { vertical-align: middle; margin-bottom: 3px; }