Skip to content

Commit 04156c7

Browse files
committed
convert space indentation to tab and remove tabs in empty lines
1 parent 1f91a84 commit 04156c7

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

site/style/garden.css

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ nav {
7474
position: fixed;
7575
margin-left: 750px;
7676
top: 0;
77-
padding-bottom: 20px;
77+
padding-bottom: 20px;
7878
height: 100%;
79-
79+
8080
text-shadow: none;
8181
width: 240px;
8282
}
8383

8484
nav > div li {
85-
float: left;
86-
margin-right: 1px;
85+
float: left;
86+
margin-right: 1px;
8787
}
8888

8989
nav > div li a, #top, #hide_menu {
@@ -96,7 +96,7 @@ nav > div li a, #top, #hide_menu {
9696
nav > div li.active a {
9797
border-top: 4px solid #0D2E4C;
9898
padding-top: 4px;
99-
color: #FFC76D;
99+
color: #FFC76D;
100100
}
101101

102102
#hide_menu {
@@ -119,8 +119,8 @@ nav > div li.active a {
119119

120120
nav li {
121121
font-size: 16px;
122-
margin: 0px;
123-
list-style: none;
122+
margin: 0px;
123+
list-style: none;
124124
}
125125

126126
nav > ul li:last-child a {
@@ -182,10 +182,10 @@ nav li a.active:hover {
182182
nav a:hover, nav ul.active a:hover, nav a, nav li {
183183
-moz-transition-property: background-color, color;
184184
-moz-transition-duration: 0.3s;
185-
185+
186186
-webkit-transition-property: background-color, color;
187187
-webkit-transition-duration: 0.3s;
188-
188+
189189
-o-transition-property: background-color, color;
190190
-o-transition-duration: 0.3s;
191191

@@ -243,9 +243,9 @@ code {
243243
section pre code {
244244
font-size: 0.8125em;
245245
line-height: 1.4em;
246-
padding: 0px;
247-
margin-top: 3px;
248-
margin-bottom: 1px;
246+
padding: 0px;
247+
margin-top: 3px;
248+
margin-bottom: 1px;
249249
background: #0F192A;
250250
}
251251

@@ -267,7 +267,7 @@ section h1 {
267267
}
268268

269269
section header + section h1 {
270-
270+
271271
}
272272

273273
/* Adding 'icon' to the side of sections */
@@ -336,7 +336,7 @@ aside {
336336
width: 180px;
337337
right: -190px;
338338
opacity: 0.7;
339-
339+
340340
-moz-transition: opacity 0.3s;
341341
-webkit-transition: opacity 0.3s;
342342
-o-transition: opacity 0.3s;
@@ -369,15 +369,15 @@ aside.es5:after {
369369
font-style: italic;
370370
top: -18px;
371371
right: -3px;
372-
372+
373373
-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=25)”; /* Just kill me already... */
374374
opacity: 0.25;
375375
}
376376

377377
/* Article elements */
378378

379379
section ol {
380-
margin-bottom: 2em;
380+
margin-bottom: 2em;
381381
list-style: decimal;
382382
}
383383

@@ -463,59 +463,59 @@ a abbr {
463463
nav > div li.active a {
464464
padding-top: 8px;
465465
}
466-
466+
467467
#nav_main {
468468
display: none;
469469
height: auto;
470470
margin: 0;
471471
width: 100%;
472472
z-index: 100;
473473
padding: 0;
474-
474+
475475
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
476476
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
477477
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
478478
}
479-
479+
480480
#nav_main ul ul {
481481
display: none !important;
482482
}
483-
483+
484484
#nav_main > ul > li {
485485
float: left;
486486
text-align: center;
487487
width: 14.28%;
488488
border-bottom: 0;
489489
}
490-
490+
491491
#nav_main li h1 a {
492492
background-image: none;
493493
height: 5em;
494494
padding: 1.5em 0 2em;
495495
}
496-
496+
497497
#nav_main li h1 a:after {
498498
display: block;
499499
font-family: Georgia;
500500
font-size: 3em;
501501
font-weight: normal;
502502
margin-top: 10px;
503503
}
504-
504+
505505
#nav_main > div ul {
506506
height: auto;
507507
}
508-
508+
509509
nav a:hover,
510510
nav li.active,
511511
nav li.active a {
512512
background-color: #0D2E4C;
513513
}
514-
514+
515515
#hide_menu {
516516
display: block;
517517
}
518-
518+
519519
#nav_mobile {
520520
position: fixed;
521521
width: 24%;
@@ -524,20 +524,20 @@ a abbr {
524524
display: block;
525525
z-index: 50;
526526
}
527-
527+
528528
#nav_mobile a {
529529
display: block;
530530
background-color: #556C81;
531531
padding: 8px 15px;
532532
margin-bottom: 1px;
533533
text-align: right;
534534
}
535-
535+
536536
#nav_next_section, #nav_prev_section {
537537
font-size: 0.55em;
538538
text-transform: uppercase;
539539
}
540-
540+
541541
#nav_next_section .nav_section_name,
542542
#nav_prev_section .nav_section_name {
543543
display: block;
@@ -547,12 +547,12 @@ a abbr {
547547
line-height: 1.3em;
548548
text-transform: none;
549549
}
550-
550+
551551
#show_menu {
552552
font-weight: bold;
553553
cursor: pointer;
554554
}
555-
555+
556556
pre {
557557
border-left: 0;
558558
padding-left: 12px;
@@ -567,7 +567,7 @@ a abbr {
567567
right: -33%;
568568
width: 30%;
569569
}
570-
570+
571571
section:after {
572572
display: none;
573573
}
@@ -580,12 +580,12 @@ screen and (-webkit-min-device-pixel-ratio: 2) {
580580
body {
581581
max-width: 600px;
582582
}
583-
583+
584584
section {
585585
margin-right: 30px;
586586
width: auto;
587587
}
588-
588+
589589
section:after {
590590
right: 0;
591591
font-size: 60px;
@@ -599,15 +599,15 @@ screen and (-webkit-min-device-pixel-ratio: 2) {
599599
border-top: 1px solid #9eabb7;
600600
opacity: 0.85;
601601
}
602-
602+
603603
#nav_main > ul > li {
604604
width: 100%;
605605
}
606-
606+
607607
#nav_mobile {
608608
width: 160px;
609609
}
610-
610+
611611
aside.es5:after {
612612
display: none;
613613
}

0 commit comments

Comments
 (0)