Skip to content

Commit

Permalink
Improved the site layout on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Jul 12, 2022
1 parent 3a91a53 commit ba14af0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Jsign : Pure Java implementation of Microsoft Authenticode for signing Windows executable files, Microsoft Installers (MSI), Cabinet files (CAB) and scripts (PowerShell, VBScript, JScript, WSF)" />
<meta name="google-site-verification" content="p912kgAnTBOzVbswrU43k3FXUbPnxLHdeW6xsVcq1uU" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<script src="scripts/prettify/run_prettify.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
Expand All @@ -21,7 +22,7 @@
<a id="forkme_banner" href="https://github.com/ebourg/jsign">View on GitHub</a>

<h1 id="project_title">Jsign</h1>
<h2 id="project_tagline">Java implementation of Microsoft Authenticode<br>for signing Windows executable files, installers and scripts</h2>
<h2 id="project_tagline">Java implementation of Microsoft Authenticode <br id="title-break">for signing Windows executable files, installers and scripts</h2>

<section id="downloads">
<a class="zip_download_link" href="#files">Download Jsign</a>
Expand Down
8 changes: 8 additions & 0 deletions docs/stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ footer, header, hgroup, menu, nav, section {

ol, ul {
/*list-style: none;*/
padding-left: 20px;
}

blockquote, q {
Expand Down Expand Up @@ -420,4 +421,11 @@ Small Device Styles
font-size: 11px;
}

#title-break {
display: none;
}

td {
padding: 3px;
}
}

0 comments on commit ba14af0

Please sign in to comment.