changeset 53e25bac6d44 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=53e25bac6d44
description: coding style

diffstat:

 src/htmltextview.py |  15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r b91124d65d95 -r 53e25bac6d44 src/htmltextview.py
--- a/src/htmltextview.py       Tue Aug 09 11:38:58 2011 +0200
+++ b/src/htmltextview.py       Tue Aug 09 22:16:26 2011 +0300
@@ -76,14 +76,19 @@
 
 # styles for elements
 element_styles = {
-                'u'                     : ';text-decoration: underline',
+                'u'             : ';text-decoration: underline',
                 'em'            : ';font-style: oblique',
-                'cite'          : '; background-color:rgb(170,190,250); 
font-style: oblique',
+                'cite'          : '; background-color:rgb(170,190,250);'
+                                  'font-style: oblique',
                 'li'            : '; margin-left: 1em; margin-right: 10%',
                 'strong'        : ';font-weight: bold',
-                'pre'           : '; background-color:rgb(190,190,190); 
font-family: monospace; white-space: pre; margin-left: 1em; margin-right: 10%',
-                'kbd'           : 
';background-color:rgb(210,210,210);font-family: monospace',
-                'blockquote': '; background-color:rgb(170,190,250); 
margin-left: 2em; margin-right: 10%',
+                'pre'           : '; background-color:rgb(190,190,190);'
+                                  'font-family: monospace; white-space: pre;'
+                                  'margin-left: 1em; margin-right: 10%',
+                'kbd'           : ';background-color:rgb(210,210,210);'
+                                  'font-family: monospace',
+                'blockquote'    : '; background-color:rgb(170,190,250);'
+                                  'margin-left: 2em; margin-right: 10%',
                 'dt'            : ';font-weight: bold; font-style: oblique',
                 'dd'            : ';margin-left: 2em; font-style: oblique'
 }
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to