mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Remove deprecated bold tags from quotes page and add CSS rules to space quotes out.
This commit is contained in:
@ -382,6 +382,11 @@ img.pgArrowImage {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#pgContentWrap dd.quote_source {
|
||||
font-weight: bold;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
#pgAdminWrap {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
|
@ -5,7 +5,7 @@
|
||||
<dl>
|
||||
{% for obj in quotes %}
|
||||
<dt>{{obj.quote|safe}}</dt>
|
||||
<dd><b>{{obj.who}}, <a href="{{obj.link}}">{{obj.org}}</a></b></dd>
|
||||
<dd class="quote_source">{{obj.who}}, <a href="{{obj.link}}">{{obj.org}}</a></dd>
|
||||
{% endfor %}
|
||||
</dl>
|
||||
{%endblock%}
|
||||
|
Reference in New Issue
Block a user