Skip to content

Commit ba14af0

Browse files
committed
Improved the site layout on mobile devices
1 parent 3a91a53 commit ba14af0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
77
<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)" />
88
<meta name="google-site-verification" content="p912kgAnTBOzVbswrU43k3FXUbPnxLHdeW6xsVcq1uU" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
910

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

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

2627
<section id="downloads">
2728
<a class="zip_download_link" href="#files">Download Jsign</a>

docs/stylesheets/stylesheet.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ footer, header, hgroup, menu, nav, section {
3737

3838
ol, ul {
3939
/*list-style: none;*/
40+
padding-left: 20px;
4041
}
4142

4243
blockquote, q {
@@ -420,4 +421,11 @@ Small Device Styles
420421
font-size: 11px;
421422
}
422423

424+
#title-break {
425+
display: none;
426+
}
427+
428+
td {
429+
padding: 3px;
430+
}
423431
}

0 commit comments

Comments
 (0)