Skip to content

Commit 4dce543

Browse files
authored
Merge pull request #176 from GetMural/fix/em-styling
Fix/em styling
2 parents e18f07f + d8e639e commit 4dce543

File tree

2 files changed

+49
-45
lines changed

2 files changed

+49
-45
lines changed

frontend-assets/css/style.scss

Lines changed: 48 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ blockquote:before,
120120
q:before,
121121
blockquote:after,
122122
q:after {
123-
content: '';
123+
content: "";
124124
content: none;
125125
}
126126
table {
@@ -228,7 +228,7 @@ kbd,
228228
pre,
229229
samp {
230230
font-family: monospace, serif;
231-
_font-family: 'courier new', monospace;
231+
_font-family: "courier new", monospace;
232232
font-size: 1em;
233233
}
234234
pre {
@@ -241,7 +241,7 @@ q {
241241
}
242242
q:before,
243243
q:after {
244-
content: '';
244+
content: "";
245245
content: none;
246246
}
247247
small {
@@ -319,9 +319,9 @@ input {
319319
line-height: normal;
320320
}
321321
button,
322-
html input[type='button'],
323-
input[type='reset'],
324-
input[type='submit'] {
322+
html input[type="button"],
323+
input[type="reset"],
324+
input[type="submit"] {
325325
-webkit-appearance: button;
326326
cursor: pointer;
327327
*overflow: visible;
@@ -330,19 +330,19 @@ button[disabled],
330330
input[disabled] {
331331
cursor: default;
332332
}
333-
input[type='checkbox'],
334-
input[type='radio'] {
333+
input[type="checkbox"],
334+
input[type="radio"] {
335335
box-sizing: border-box;
336336
padding: 0;
337337
*height: 13px;
338338
*width: 13px;
339339
}
340-
input[type='search'] {
340+
input[type="search"] {
341341
-webkit-appearance: textfield;
342342
box-sizing: content-box;
343343
}
344-
input[type='search']::-webkit-search-cancel-button,
345-
input[type='search']::-webkit-search-decoration {
344+
input[type="search"]::-webkit-search-cancel-button,
345+
input[type="search"]::-webkit-search-decoration {
346346
-webkit-appearance: none;
347347
}
348348
button::-moz-focus-inner,
@@ -488,9 +488,9 @@ select {
488488
text-transform: none;
489489
}
490490
button,
491-
html input[type='button'],
492-
input[type='reset'],
493-
input[type='submit'] {
491+
html input[type="button"],
492+
input[type="reset"],
493+
input[type="submit"] {
494494
-webkit-appearance: button;
495495
cursor: pointer;
496496
}
@@ -506,21 +506,21 @@ input::-moz-focus-inner {
506506
input {
507507
line-height: normal;
508508
}
509-
input[type='checkbox'],
510-
input[type='radio'] {
509+
input[type="checkbox"],
510+
input[type="radio"] {
511511
box-sizing: border-box;
512512
padding: 0;
513513
}
514-
input[type='number']::-webkit-inner-spin-button,
515-
input[type='number']::-webkit-outer-spin-button {
514+
input[type="number"]::-webkit-inner-spin-button,
515+
input[type="number"]::-webkit-outer-spin-button {
516516
height: auto;
517517
}
518-
input[type='search'] {
518+
input[type="search"] {
519519
-webkit-appearance: textfield;
520520
box-sizing: content-box;
521521
}
522-
input[type='search']::-webkit-search-cancel-button,
523-
input[type='search']::-webkit-search-decoration {
522+
input[type="search"]::-webkit-search-cancel-button,
523+
input[type="search"]::-webkit-search-decoration {
524524
-webkit-appearance: none;
525525
}
526526
fieldset {
@@ -653,7 +653,7 @@ hr {
653653
overflow: visible;
654654
clip: auto;
655655
}
656-
[role='button'] {
656+
[role="button"] {
657657
cursor: pointer;
658658
}
659659
h1,
@@ -972,7 +972,7 @@ blockquote .small {
972972
blockquote footer:before,
973973
blockquote small:before,
974974
blockquote .small:before {
975-
content: '\2014 \00A0';
975+
content: "\2014 \00A0";
976976
}
977977
.blockquote-reverse,
978978
blockquote.pull-right {
@@ -988,15 +988,15 @@ blockquote.pull-right footer:before,
988988
blockquote.pull-right small:before,
989989
.blockquote-reverse .small:before,
990990
blockquote.pull-right .small:before {
991-
content: '';
991+
content: "";
992992
}
993993
.blockquote-reverse footer:after,
994994
blockquote.pull-right footer:after,
995995
.blockquote-reverse small:after,
996996
blockquote.pull-right small:after,
997997
.blockquote-reverse .small:after,
998998
blockquote.pull-right .small:after {
999-
content: '\00A0 \2014';
999+
content: "\00A0 \2014";
10001000
}
10011001
address {
10021002
margin-bottom: 20px;
@@ -1778,7 +1778,7 @@ address {
17781778
.container-fluid:after,
17791779
.row:before,
17801780
.row:after {
1781-
content: ' ';
1781+
content: " ";
17821782
display: table;
17831783
}
17841784
.clearfix:after,
@@ -1855,7 +1855,7 @@ h3,
18551855
h4,
18561856
h5,
18571857
h6 {
1858-
font-family: 'Roboto Slab', arial, serif;
1858+
font-family: "Roboto Slab", arial, serif;
18591859
}
18601860
a,
18611861
button {
@@ -2008,10 +2008,10 @@ blockquote {
20082008
font-size: 1.2em;
20092009
font-weight: 200;
20102010
font-style: italic;
2011-
quotes: '\201C''\201D''\2018''\2019';
2011+
quotes: "\201C""\201D""\2018""\2019";
20122012
}
20132013
pre {
2014-
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
2014+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
20152015
display: block;
20162016
padding: 9.5px;
20172017
margin: 0px 0px 10px;
@@ -2031,6 +2031,10 @@ s {
20312031
text-decoration: line-through;
20322032
}
20332033

2034+
em {
2035+
font-style: italic;
2036+
}
2037+
20342038
.cms-image {
20352039
margin: 1em 0;
20362040
max-width: 360px;
@@ -2294,7 +2298,7 @@ article .part.box_text p {
22942298
right: 55px;
22952299
top: 5px;
22962300
z-index: 100;
2297-
background: url('img/icon-unmuted.png') center center no-repeat black;
2301+
background: url("img/icon-unmuted.png") center center no-repeat black;
22982302
background-size: cover;
22992303
display: inline-block;
23002304
text-indent: -1000px;
@@ -2306,7 +2310,7 @@ article .part.box_text p {
23062310
border: 3px solid black;
23072311

23082312
&.muted {
2309-
background-image: url('img/icon-muted.png');
2313+
background-image: url("img/icon-muted.png");
23102314
background-size: cover;
23112315
}
23122316
}
@@ -2318,7 +2322,7 @@ article .part.box_text p {
23182322
left: 50%;
23192323
margin-top: -40px; /* Negative half of height. */
23202324
margin-left: -40px; /* Negative half of width. */
2321-
background: url('img/icon-unmuted.png') center center no-repeat
2325+
background: url("img/icon-unmuted.png") center center no-repeat
23222326
rgba(0, 0, 0, 0.3);
23232327
background-size: cover;
23242328
text-indent: -1000px;
@@ -2330,7 +2334,7 @@ article .part.box_text p {
23302334
z-index: 11;
23312335

23322336
&.muted {
2333-
background-image: url('img/icon-muted.png');
2337+
background-image: url("img/icon-muted.png");
23342338
background-size: cover;
23352339
}
23362340
}
@@ -2468,12 +2472,12 @@ article .part.box_text p {
24682472
float: left;
24692473

24702474
&.pause {
2471-
background: transparent url('img/pause.png') center center no-repeat;
2475+
background: transparent url("img/pause.png") center center no-repeat;
24722476
display: none;
24732477
}
24742478

24752479
&.play {
2476-
background: transparent url('img/play.png') center center no-repeat;
2480+
background: transparent url("img/play.png") center center no-repeat;
24772481
}
24782482
}
24792483

@@ -2512,7 +2516,7 @@ article .part.box_text p {
25122516
}
25132517

25142518
.slideshow {
2515-
font-family: 'Roboto Slab', arial, serif;
2519+
font-family: "Roboto Slab", arial, serif;
25162520
}
25172521
.slideshow.reverse_colors {
25182522
color: #000;
@@ -2560,7 +2564,7 @@ article .part.box_text p {
25602564
width: 100%;
25612565
position: relative;
25622566
overflow: hidden;
2563-
font-family: 'Roboto Slab', arial, serif;
2567+
font-family: "Roboto Slab", arial, serif;
25642568
}
25652569

25662570
.blueimp-gallery > .prev:hover,
@@ -2781,12 +2785,12 @@ article .part.box_text p {
27812785
display: grid;
27822786
grid-template-rows: none;
27832787
grid-template-areas:
2784-
'intro'
2785-
'.'
2786-
'logo'
2787-
'storyname'
2788-
'play'
2789-
'.';
2788+
"intro"
2789+
"."
2790+
"logo"
2791+
"storyname"
2792+
"play"
2793+
".";
27902794
grid-row-gap: 0.3rem;
27912795
background: white;
27922796
position: fixed;
@@ -2882,7 +2886,7 @@ article .part.box_text p {
28822886
}
28832887

28842888
#paywallInfo {
2885-
background: url('img/curtain.png') no-repeat center center red;
2889+
background: url("img/curtain.png") no-repeat center center red;
28862890
background-size: cover;
28872891
display: none;
28882892
pointer-events: all;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"description": "Mural is a tool for visual storytelling.",
99
"license": "LGPL",
10-
"version": "2.9.4",
10+
"version": "2.9.5",
1111
"private": true,
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)