Save the CSS file that is actually on production

This commit is contained in:
Laurent Rineau 2019-10-22 09:19:07 +02:00
parent a3f84af974
commit 52f7ac3ce2
1 changed files with 10 additions and 1 deletions

View File

@ -11,6 +11,14 @@ A {
TABLE.result { font-weight: bold; background-color: white; padding: 1em; table-layout: fixed;} TABLE.result { font-weight: bold; background-color: white; padding: 1em; table-layout: fixed;}
TABLE.summary TD { white-space: nowrap } TABLE.summary TD { white-space: nowrap }
TABLE.result,TABLE.summary { border-collapse: collapse; }
TABLE.result TD,TABLE.summary TD { border-width: 1px; border-style: solid; }
TABLE.result TD { padding: 0;}
TABLE.result TD > a { font-weight: normal; font-family: monospace; display: block; padding: 0.2ex 0.5ex 0.2ex 0.5ex;}
TABLE.beside TABLE { border-collapse: collapse; font-family: monospace; }
TABLE.beside TABLE TD { padding: 0.2ex 0.5ex 0.2ex 0.5ex; }
TD.highlight {background-color: rgb(80%,80%,80%)} TD.highlight {background-color: rgb(80%,80%,80%)}
TD.os64bits {font-style:italic} TD.os64bits {font-style:italic}
@ -57,6 +65,7 @@ SELECT { font-family: monospace; }
content: ")" content: ")"
} }
.package_name { TABLE.result TD > a.package_name {
color: black; color: black;
font-weight: bold;
} }