Skip to content

Commit b7cbae2

Browse files
committed
feat: get build working locally
1 parent bdd87b8 commit b7cbae2

File tree

3 files changed

+1378
-13
lines changed

3 files changed

+1378
-13
lines changed

css/deploy.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
position: relative;
66
height: 0;
77
overflow: hidden;
8-
-webkit-transition: height .35s ease;
9-
transition: height .35s ease;
8+
-webkit-transition: height 0.35s ease;
9+
transition: height 0.35s ease;
1010
}
1111
.sr-only {
1212
position: absolute;
@@ -367,7 +367,7 @@ h6 {
367367
color: #f5f5f5;
368368
font-size: 10em;
369369
font-weight: bold;
370-
padding: .5em;
370+
padding: 0.5em;
371371
text-shadow: 0 1px 5px #aaa;
372372
}
373373
.article_and_content_base img {
@@ -385,7 +385,7 @@ h6 {
385385
display: inline-block;
386386
}
387387
.article_and_content_base section.byline {
388-
font-size: .8em;
388+
font-size: 0.8em;
389389
padding-bottom: 15px;
390390
color: #999;
391391
}
@@ -424,7 +424,7 @@ article.error h1 {
424424
color: #f5f5f5;
425425
font-size: 10em;
426426
font-weight: bold;
427-
padding: .5em;
427+
padding: 0.5em;
428428
text-shadow: 0 1px 5px #aaa;
429429
}
430430
article img {
@@ -442,7 +442,7 @@ article img.noclip {
442442
display: inline-block;
443443
}
444444
article section.byline {
445-
font-size: .8em;
445+
font-size: 0.8em;
446446
padding-bottom: 15px;
447447
color: #999;
448448
}
@@ -481,7 +481,7 @@ article div.pull {
481481
color: #f5f5f5;
482482
font-size: 10em;
483483
font-weight: bold;
484-
padding: .5em;
484+
padding: 0.5em;
485485
text-shadow: 0 1px 5px #aaa;
486486
}
487487
.content img {
@@ -499,7 +499,7 @@ article div.pull {
499499
display: inline-block;
500500
}
501501
.content section.byline {
502-
font-size: .8em;
502+
font-size: 0.8em;
503503
padding-bottom: 15px;
504504
color: #999;
505505
}
@@ -709,7 +709,7 @@ ul.listing li span {
709709
}
710710
/* Generic.Heading */
711711
.highlight .gi {
712-
color: #00a000;
712+
color: #00A000;
713713
}
714714
/* Generic.Inserted */
715715
.highlight .go {
@@ -948,7 +948,7 @@ ul.listing li span {
948948
font-style: normal;
949949
text-decoration: inherit;
950950
-webkit-font-smoothing: antialiased;
951-
*margin-right: .3em;
951+
*margin-right: 0.3em;
952952
}
953953
[class^="icon-"]:before,
954954
[class*=" icon-"]:before {
@@ -979,7 +979,7 @@ a [class*=" icon-"] {
979979
.nav [class^="icon-"].icon-large,
980980
.btn [class*=" icon-"].icon-large,
981981
.nav [class*=" icon-"].icon-large {
982-
line-height: .9em;
982+
line-height: 0.9em;
983983
}
984984
.btn [class^="icon-"].icon-spin,
985985
.nav [class^="icon-"].icon-spin,
@@ -1003,7 +1003,7 @@ a [class*=" icon-"] {
10031003
text-align: center;
10041004
}
10051005
#footer section.meta a {
1006-
font-size: .8em;
1006+
font-size: 0.8em;
10071007
color: #555;
10081008
text-decoration: none;
10091009
transition: color 0.25s ease-in;
@@ -1044,7 +1044,7 @@ code {
10441044
pre {
10451045
border-radius: 4px;
10461046
font-size: 14px;
1047-
line-height: 1.428571429;
1047+
line-height: 1.42857143;
10481048
padding: 10px;
10491049
word-break: break-all;
10501050
}

0 commit comments

Comments
 (0)