mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
Xml syntax - part2 #443
* code style adjustments * styles & small fixes * Refactoring of XML-parser
This commit is contained in:
parent
29f0a9646c
commit
b509a3e11f
|
@ -503,6 +503,9 @@ table.diff_tab code {
|
||||||
table.diff_tab code span.keyword { color: #0a69ce; }
|
table.diff_tab code span.keyword { color: #0a69ce; }
|
||||||
table.diff_tab code span.text { color: #48ce4f; }
|
table.diff_tab code span.text { color: #48ce4f; }
|
||||||
table.diff_tab code span.comment { color: #808080; font-style: italic; }
|
table.diff_tab code span.comment { color: #808080; font-style: italic; }
|
||||||
|
table.diff_tab code span.xml_tag { color: #3370e0; }
|
||||||
|
table.diff_tab code span.attr { color: #f20707; }
|
||||||
|
table.diff_tab code span.attr_val { color: #7a02f9; }
|
||||||
|
|
||||||
table.diff_tab tbody tr:first-child td { padding-top: 0.5em; }
|
table.diff_tab tbody tr:first-child td { padding-top: 0.5em; }
|
||||||
table.diff_tab tbody tr:last-child td { padding-bottom: 0.5em; }
|
table.diff_tab tbody tr:last-child td { padding-bottom: 0.5em; }
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user