mirror of https://github.com/kivy/kivy.git
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:
parent
63492e1e4f
commit
c1cdee84e5
|
@ -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;
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue