aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2015-08-26 18:02:41 +0300
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2015-08-26 18:02:41 +0300
commit439ec772198511b472339a98bb1cd73e47652622 (patch)
tree4a103ffc76108822f56b7a00c2d915d395c0a63a
parente32f7ea9f2b8c7c765a1383d9c097fefc5e463aa (diff)
downloadabi-compliance-checker-439ec772198511b472339a98bb1cd73e47652622.tar.gz
Fixed CSS styles of the CmpSystems module.
-rw-r--r--modules/Internals/Styles/CmpSystems.css21
-rw-r--r--modules/Internals/Styles/SymbolsList.css17
2 files changed, 16 insertions, 22 deletions
diff --git a/modules/Internals/Styles/CmpSystems.css b/modules/Internals/Styles/CmpSystems.css
index ed8b1cb..07342e8 100644
--- a/modules/Internals/Styles/CmpSystems.css
+++ b/modules/Internals/Styles/CmpSystems.css
@@ -1,6 +1,5 @@
body {
font-family:Arial, sans-serif;
- font-size:14px;
background-color:White;
color:Black;
}
@@ -11,13 +10,14 @@ hr {
border:0;
}
h1 {
- font-size:26px;
- white-space:nowrap;
+ margin-bottom:0px;
+ padding-bottom:0px;
+ font-size:1.625em;
}
h2 {
margin-bottom:0px;
padding-bottom:0px;
- font-size:20px;
+ font-size:1.25em;
white-space:nowrap;
}
table.summary, table.wikitable {
@@ -34,13 +34,12 @@ table.summary th {
font-weight:100;
text-align:left;
padding: 3px;
- font-size:15px;
+ font-size:0.94em;
}
table.summary td {
text-align:right;
padding-left:10px;
padding: 3px 5px 3px 10px;
- font-size:16px;
}
table.wikitable td, table.wikitable th {
border:1px inset gray;
@@ -50,14 +49,10 @@ table.wikitable td, table.wikitable th {
}
table.wikitable th {
background-color:#EEEEEE;
- font-size:15px;
-}
-table.wikitable td {
- font-size:16px;
+ font-size:0.94em;
}
table.wikitable td.left {
text-align:left;
- font-size:16px;
padding-left:5px;
background-color:#F9F9F9;
}
@@ -80,5 +75,5 @@ th.severity {
width:55px;
}
sup {
- font-size:10px;
-} \ No newline at end of file
+ font-size:0.625em;
+}
diff --git a/modules/Internals/Styles/SymbolsList.css b/modules/Internals/Styles/SymbolsList.css
index 8e61a9a..d288aa7 100644
--- a/modules/Internals/Styles/SymbolsList.css
+++ b/modules/Internals/Styles/SymbolsList.css
@@ -1,6 +1,5 @@
body {
font-family:Arial, sans-serif;
- font-size:14px;
background-color:White;
color:Black;
}
@@ -11,18 +10,18 @@ hr {
border:0;
}
h1 {
- font-size:26px;
+ margin-bottom:0px;
+ padding-bottom:0px;
+ font-size:1.625em;
}
span.iname {
font-weight:bold;
- font-size:16px;
color:#003E69;
margin-left:5px;
}
span.section {
font-weight:bold;
cursor:pointer;
- font-size:16px;
color:#003E69;
white-space:nowrap;
margin-left:5px;
@@ -32,16 +31,16 @@ span:hover.section {
}
span.h_name {
color:#cc3300;
- font-size:14px;
+ font-size:0.875em;
font-weight:bold;
}
span.ns {
color:#408080;
- font-size:15px;
+ font-size:0.94em;
}
span.lib_name {
color:Green;
- font-size:14px;
+ font-size:0.875em;
font-weight:bold;
}
span.sym_p {
@@ -54,7 +53,7 @@ span.sym_kind {
}
span.mangled {
padding-left:15px;
- font-size:13px;
+ font-size:0.875em;
cursor:text;
color:#444444;
}
@@ -71,4 +70,4 @@ span.param {
}
span.nowrap {
white-space:nowrap;
-} \ No newline at end of file
+}