aboutsummaryrefslogtreecommitdiff
path: root/modules/Internals/Styles
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2015-08-21 22:11:30 +0300
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2015-08-21 22:11:30 +0300
commite5be1e88daab5b9c722e6970c480ec250bed6fbf (patch)
tree1a37b11cee84c01c29219c85f94f625cb643d889 /modules/Internals/Styles
parent01e8e504067a2495b8fa063b7fd579e5a64b297a (diff)
downloadabi-compliance-checker-e5be1e88daab5b9c722e6970c480ec250bed6fbf.tar.gz
Fixed CSS styles of the report.
Diffstat (limited to 'modules/Internals/Styles')
-rw-r--r--modules/Internals/Styles/CmpSystems.css2
-rw-r--r--modules/Internals/Styles/Report.css3
-rw-r--r--modules/Internals/Styles/SymbolsList.css3
-rw-r--r--modules/Internals/Styles/Tabs.css2
4 files changed, 6 insertions, 4 deletions
diff --git a/modules/Internals/Styles/CmpSystems.css b/modules/Internals/Styles/CmpSystems.css
index e4b4e5a..ed8b1cb 100644
--- a/modules/Internals/Styles/CmpSystems.css
+++ b/modules/Internals/Styles/CmpSystems.css
@@ -1,7 +1,7 @@
body {
font-family:Arial, sans-serif;
font-size:14px;
- background:#FFFFFF;
+ background-color:White;
color:Black;
}
hr {
diff --git a/modules/Internals/Styles/Report.css b/modules/Internals/Styles/Report.css
index c5987fb..56e4119 100644
--- a/modules/Internals/Styles/Report.css
+++ b/modules/Internals/Styles/Report.css
@@ -1,5 +1,6 @@
body {
font-family:Arial, sans-serif;
+ background-color:White;
color:Black;
}
hr {
@@ -106,7 +107,7 @@ div.affected {
table.ptable {
border-collapse:collapse;
border:1px outset black;
- line-height:16px;
+ line-height:1em;
margin-left:15px;
margin-top:3px;
margin-bottom:3px;
diff --git a/modules/Internals/Styles/SymbolsList.css b/modules/Internals/Styles/SymbolsList.css
index 2f1e05b..8e61a9a 100644
--- a/modules/Internals/Styles/SymbolsList.css
+++ b/modules/Internals/Styles/SymbolsList.css
@@ -1,7 +1,8 @@
body {
font-family:Arial, sans-serif;
- color:Black;
font-size:14px;
+ background-color:White;
+ color:Black;
}
hr {
color:Black;
diff --git a/modules/Internals/Styles/Tabs.css b/modules/Internals/Styles/Tabs.css
index d982edd..7875919 100644
--- a/modules/Internals/Styles/Tabs.css
+++ b/modules/Internals/Styles/Tabs.css
@@ -7,7 +7,7 @@ a.tab {
margin:0px 5px -1px 0px;
padding:3px 5px 3px 5px;
position:relative;
- font-size:14px;
+ font-size:0.875em;
background-color:#DDD;
text-decoration:none;
color:Black;