diff --git a/docs/index.html b/docs/index.html index a3ee5126..9635b025 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,6 +6,7 @@ + @@ -21,7 +22,7 @@ View on GitHub

Jsign

-

Java implementation of Microsoft Authenticode
for signing Windows executable files, installers and scripts

+

Java implementation of Microsoft Authenticode
for signing Windows executable files, installers and scripts

Download Jsign diff --git a/docs/stylesheets/stylesheet.css b/docs/stylesheets/stylesheet.css index 7ebbddf3..6fa5862e 100644 --- a/docs/stylesheets/stylesheet.css +++ b/docs/stylesheets/stylesheet.css @@ -37,6 +37,7 @@ footer, header, hgroup, menu, nav, section { ol, ul { /*list-style: none;*/ + padding-left: 20px; } blockquote, q { @@ -420,4 +421,11 @@ Small Device Styles font-size: 11px; } + #title-break { + display: none; + } + + td { + padding: 3px; + } }