Skip to content

Commit

Permalink
Add CSS style to fix serge-community#475
Browse files Browse the repository at this point in the history
Added CSS inside head
  • Loading branch information
Benjamin M committed May 21, 2020
1 parent 1224d34 commit a226f1c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pootle/templates/help/_pootle_quality_checks.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<head>
<style>
blockquote {
margin: 1em 3em;
font-size: 90%;
color: #333;
}
</style>
</head>


<h3 id="broken_entities">Broken HTML Entities</h3>
<p>The HTML entities must be written as <code>&amp;name;</code>, <code>&amp;#DDDD;</code> or <code>&amp;#xHHHH;</code>
(where 'name' is a valid entity name, and 'DDDD' and 'HHHH' are the Unicode symbol numbers in decimal or hexadecimal
Expand Down

0 comments on commit a226f1c

Please sign in to comment.