aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-04-03 15:57:20 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-04-03 15:57:20 +0300
commit9e05beee1bb110a2b6e13a36119c9893ed0c5414 (patch)
tree9c509bcdcccce73369d81c1e4f62786c65d64271 /modules
parent0b4e2034bbc32519cd0fe112a5822ad41a601635 (diff)
downloadabi-compliance-checker-9e05beee1bb110a2b6e13a36119c9893ed0c5414.tar.gz
Fixed comparison of qualifiers in parameter data types. Fixed problem descriptions in the report. Reduced size of the report. Fixed console output.
Diffstat (limited to 'modules')
-rw-r--r--modules/Internals/Styles/Report.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/Internals/Styles/Report.css b/modules/Internals/Styles/Report.css
index 56e4119..13da6e8 100644
--- a/modules/Internals/Styles/Report.css
+++ b/modules/Internals/Styles/Report.css
@@ -40,21 +40,21 @@ span.new_sign_lbl {
span:hover.section {
color:#336699;
}
-span.section_affected {
+span.sect_aff {
cursor:pointer;
margin-left:7px;
padding-left:15px;
font-size:0.875em;
color:#cc3300;
}
-span.section_info {
+span.sect_info {
cursor:pointer;
margin-left:7px;
padding-left:15px;
font-size:0.875em;
color:Black;
}
-span.extendable {
+span.ext {
font-weight:100;
}
span.h_name {
@@ -118,6 +118,8 @@ table.ptable td {
border:1px solid gray;
padding: 3px;
font-size:0.875em;
+ text-align:left;
+ vertical-align:top;
}
table.vtable {
border-collapse:collapse;
@@ -184,12 +186,11 @@ span.color_p {
font-style:italic;
color:Brown;
}
-span.param {
+span.p {
font-style:italic;
}
-span.focus_p {
+span.fp {
font-style:italic;
- /* color:Red; */
background-color:#FFCCCC;
}
span.ttype {