aboutsummaryrefslogtreecommitdiff
path: root/modules/Internals/Styles
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2015-08-14 14:18:21 +0300
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2015-08-14 14:18:21 +0300
commited4d38990dffaec234112705c533d19a9abc9e68 (patch)
tree2807070f89e6cadef3bfbe2c0c22a644e5d57a08 /modules/Internals/Styles
parent14b8f02b2eb7226a7a813a6c079d12f693473cfa (diff)
downloadabi-compliance-checker-ed4d38990dffaec234112705c533d19a9abc9e68.tar.gz
Fixed checks of base classes. Fixed -headers-list and -skip-symbols options. Fixed list of headers in the report. Fixed style of the report.
Diffstat (limited to 'modules/Internals/Styles')
-rw-r--r--modules/Internals/Styles/Report.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/modules/Internals/Styles/Report.css b/modules/Internals/Styles/Report.css
index 38ec330..c5987fb 100644
--- a/modules/Internals/Styles/Report.css
+++ b/modules/Internals/Styles/Report.css
@@ -81,7 +81,7 @@ span.iname {
}
span.iname_b {
font-weight:bold;
- font-size:0.94em;
+ font-size:1.1em;
}
span.iname_a {
color:#333333;
@@ -94,14 +94,14 @@ span.sym_p {
}
div.affect {
padding-left:15px;
- padding-bottom:15px;
- font-size:0.875em;
+ padding-bottom:10px;
+ font-size:0.87em;
font-style:italic;
- line-height:0.81em;
+ line-height:0.75em;
}
div.affected {
padding-left:30px;
- padding-top:15px;
+ padding-top:10px;
}
table.ptable {
border-collapse:collapse;
@@ -124,12 +124,14 @@ table.vtable {
line-height:16px;
margin-left:30px;
margin-top:10px;
- width:100px;
}
table.vtable td {
border:1px solid gray;
- white-space:nowrap;
+ word-wrap:break-word;
padding: 3px;
+ font-size:0.875em;
+ max-width:450px;
+ vertical-align:top;
}
table.ptable th, table.vtable th {
background-color:#eeeeee;