Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 1ed5d8f

Browse files
committed
Update style
1 parent da42824 commit 1ed5d8f

File tree

158 files changed

+33956
-33956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+33956
-33956
lines changed

assets/styles/styles.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ ul li {
4444
padding-left: 0.25em;
4545
}
4646
.upload_form label {
47-
padding: .5em 0;
48-
margin: 0;
47+
padding: .5em 0;
48+
margin: 0;
4949
}
5050
.upload_form input#num_records {
51-
max-width: 10em;
51+
max-width: 10em;
5252
}
5353
.w6 {
5454
min-width: 6em;
5555
}
5656
.mw16 {
57-
max-width: 16em;
57+
max-width: 16em;
5858
}
5959
.w15 {
6060
min-width: 15em;

assets/styles2/partials/_fonts.scss

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
@font-face {
2-
font-family: 'scriptures';
3-
src:url('../fonts/scriptures.eot');
4-
src:url('../fonts/scriptures.eot?#iefix') format('embedded-opentype'),
5-
url('../fonts/scriptures.svg#scriptures') format('svg'),
6-
url('../fonts/scriptures.woff') format('woff'),
7-
url('../fonts/scriptures.ttf') format('truetype');
8-
font-weight: normal;
9-
font-style: normal;
2+
font-family: 'scriptures';
3+
src:url('../fonts/scriptures.eot');
4+
src:url('../fonts/scriptures.eot?#iefix') format('embedded-opentype'),
5+
url('../fonts/scriptures.svg#scriptures') format('svg'),
6+
url('../fonts/scriptures.woff') format('woff'),
7+
url('../fonts/scriptures.ttf') format('truetype');
8+
font-weight: normal;
9+
font-style: normal;
1010
}
1111

1212
/* Use the following CSS code if you want to use data attributes for inserting your icons */
1313
[data-icon]:before {
14-
font-family: 'scriptures';
15-
content: attr(data-icon);
16-
speak: none;
17-
font-weight: normal;
18-
line-height: 1;
19-
-webkit-font-smoothing: antialiased;
14+
font-family: 'scriptures';
15+
content: attr(data-icon);
16+
speak: none;
17+
font-weight: normal;
18+
line-height: 1;
19+
-webkit-font-smoothing: antialiased;
2020
}
2121

2222
/* Use the following CSS code if you want to have a class per icon */
2323
[class^="icon-"]:before, [class*=" icon-"]:before {
24-
font-family: 'scriptures';
25-
font-style: normal;
26-
speak: none;
27-
font-weight: normal;
28-
line-height: 1;
29-
-webkit-font-smoothing: antialiased;
24+
font-family: 'scriptures';
25+
font-style: normal;
26+
speak: none;
27+
font-weight: normal;
28+
line-height: 1;
29+
-webkit-font-smoothing: antialiased;
3030
}
3131
.icon-fleuron:before {
32-
content: "\6e";
32+
content: "\6e";
3333
}
3434
.icon-church-logo:before {
35-
content: "\21";
35+
content: "\21";
3636
}

0 commit comments

Comments
 (0)