doc: fix comment color (increase darkness, it's very hard to read) + add align-right css for beein able to align image to right (with margin)

This commit is contained in:
Mathieu Virbel 2011-06-06 16:15:04 +02:00
parent 63492e1e4f
commit c1cdee84e5
2 changed files with 7 additions and 1 deletions

View File

@ -474,6 +474,12 @@ ul.fakelist {
margin-top: 0 !important;
}
img.align-right {
float: right;
margin-left: 10px;
}
/* "Footnotes" heading */
p.rubric {
margin-top: 30px;

View File

@ -16,7 +16,7 @@ class KivyStyle(Style):
Error: "#FF0000 border:#FF0000", # class: 'err'
Other: "#FF0000", # class 'x'
Comment: "italic #aaa385", # class: 'c'
Comment: "italic #666385", # class: 'c'
Comment.Preproc: "noitalic", # class: 'cp'
Keyword: "bold #000000", # class: 'k'