Skip to content

Commit 85efed6

Browse files
committed
Condense layout a little more
We reduce some of the default percentages in Skeleton web-framework to present a more condensed layout.
1 parent 8d0fe61 commit 85efed6

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

static/about.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id="About" class="tab" style="display:none">
2-
<h2>About</h2>
2+
<h4>About</h4>
33
<p>
44
PRONOM signature development utility 2.0. replaces
55
<a target="_blank" href="http://exponentialdecay.co.uk/sd/index.htm">1.0</a>.
@@ -10,7 +10,7 @@ <h2>About</h2>
1010
</a> for ideas on how to contribute and to see the potential roadmap for this
1111
tool.
1212
<br/>
13-
<h4>Other resources</h4>
13+
<h5>Other resources</h5>
1414
<ul>
1515
<li>
1616
<a target="_blank" href="https://www.nationalarchives.gov.uk/PRONOM/Default.aspx">

static/css/skeleton.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
.container {
3232
position: relative;
3333
width: 100%;
34-
max-width: 750px;
34+
max-width: 725px;
3535
margin: 0 auto;
3636
padding: 0 20px;
3737
box-sizing: border-box; }
@@ -119,7 +119,7 @@
119119
html is set to 62.5% so that all the REM measurements throughout Skeleton
120120
are based on 10px sizing. So basically 1.5rem = 15px :) */
121121
html {
122-
font-size: 62.5%; }
122+
font-size: 58.5%; }
123123
body {
124124
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
125125
line-height: 1.6;
@@ -171,13 +171,13 @@ input[type="submit"],
171171
input[type="reset"],
172172
input[type="button"] {
173173
display: inline-block;
174-
height: 38px;
175-
padding: 0 30px;
174+
height: 36px;
175+
padding: 0 31px;
176176
color: #555;
177177
text-align: center;
178-
font-size: 11px;
178+
font-size: 10px;
179179
font-weight: 600;
180-
line-height: 38px;
180+
line-height: 36px;
181181
letter-spacing: .1rem;
182182
text-transform: uppercase;
183183
text-decoration: none;

static/guide.htm

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,25 @@ <h5>Siegfried</h5>
2323
<br/><br/>
2424
<pre class="nospace">$ roy build -droid {{your-signature-file-name}}.xml \
2525
-noreports \
26-
-container {{your-container-signature-file-name}}.xml</pre>.
26+
-container {{your-container-signature-file-name}}.xml</pre>
27+
28+
<br/>
29+
2730
<h5>A brief note about container signatures</h5>
2831
If you are developing a container signature for a format already recorded in
2932
PRONOM you only need to worry about creating and using a container signature
3033
file from this utility. It is only for novel formats you may consider writing
3134
a standard signature file too.
3235
<br/><br/>
33-
<h3>Syntax</h3>
34-
<h4>Container signatures</h4>
36+
<h4>Syntax</h4>
37+
<h5>Container signatures</h5>
3538
More information on <a target="_blank" href="https://openpreservation.org/blogs/droid-container-signature-files-what-they-are-and-how-to-create-them-a-template-and-an-example-or-few/">
3639
DROID container signatures.
3740
</a>
3841
<br/>
3942
Additional <a target="_blank" href="https://github.com/digital-preservation/droid/blob/de8fca984c1ba2f6487579b7dc2e41136cf56fae/Signature%20syntax.md">container signature syntax.</a>
4043
<br/><br/>
41-
<h4>Standard signatures</h4>
44+
<h5>Standard signatures</h5>
4245
More information on DROID signatures and their syntax:
4346
<br/><br/>
4447
<p>
@@ -65,7 +68,7 @@ <h4>Standard signatures</h4>
6568
The value of the byte sequence is defined as a sequence of
6669
hexadecimal values, optionally incorporating any of the following
6770
regular expressions:
68-
<br/><br/>
71+
<br/>
6972

7073
<dl>
7174

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1 class="title">Signature development utility: 2.0</h1>
4343
</div>
4444

4545
<div class="row">
46-
<div class="twelve columns" style="margin-top: 5%">
46+
<div class="twelve columns" style="margin-top: 3%">
4747
<ul class="tab-nav">
4848
<li>
4949
<a class="button tablink tab-color" onclick="openTab(event, 'Standard signatures')">Standard signatures</a>

0 commit comments

Comments
 (0)