Skip to content

Commit

Permalink
Add CSS style to fix #475
Browse files Browse the repository at this point in the history
Added CSS inside head

Moved CSS style to template

Moved changes and used css override

Added double curly brackets for template rendering

put the CSS override in the top template, quality_checks.html

Removed excess brackets

Clean up ignored files

Restored deleted file

Restored readme
  • Loading branch information
Benjamin M authored and mandrade2 committed Jul 29, 2020
1 parent a2c2ffd commit 3780494
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pootle/templates/help/quality_checks.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

{% block header_block %}{% endblock %}

{% block css_overrides %}
<style>
blockquote {
margin: 1em 3em;
font-size: 90%;
color: #333;
}
</style>
{% endblock css_overrides %}

{% block content %}

<head>
Expand Down

0 comments on commit 3780494

Please sign in to comment.