Skip to content

Commit 423ca11

Browse files
authored
Merge pull request wesbos#121 from apopitich/rm-unused-selectors
rm unused selectors
2 parents d452734 + f53913e commit 423ca11

File tree

6 files changed

+0
-36
lines changed

6 files changed

+0
-36
lines changed

05 - Flex Panel Gallery/index-FINISHED.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@
8686
font-size:40px;
8787
}
8888

89-
.cta {
90-
color:white;
91-
text-decoration: none;
92-
}
93-
9489
</style>
9590

9691

05 - Flex Panel Gallery/index-START.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@
7070
font-size:40px;
7171
}
7272

73-
.cta {
74-
color:white;
75-
text-decoration: none;
76-
}
77-
7873
</style>
7974

8075

06 - Type Ahead/style.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,10 @@
6666
font-size: 15px;
6767
}
6868

69-
70-
.details {
71-
text-align: center;
72-
font-size: 15px;
73-
}
74-
7569
.hl {
7670
background:#ffc600;
7771
}
7872

79-
.love {
80-
text-align: center;
81-
}
82-
8373
a {
8474
color:black;
8575
background:rgba(0,0,0,0.1);

10 - Hold Shift and Check Checkboxes/index-FINISHED.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
border-left: 1px solid #D1E2FF;
5252
}
5353

54-
.details {
55-
text-align: center;
56-
font-size: 15px;
57-
}
58-
5954

6055
</style>
6156
<!--

10 - Hold Shift and Check Checkboxes/index-START.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
border-left: 1px solid #D1E2FF;
5252
}
5353

54-
.details {
55-
text-align: center;
56-
font-size: 15px;
57-
}
58-
5954

6055
</style>
6156
<!--

27 - Click and Drag/style.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,3 @@ body {
6969

7070
.item:nth-child(even) { transform: scaleX(1.31) rotateY(40deg); }
7171
.item:nth-child(odd) { transform: scaleX(1.31) rotateY(-40deg); }
72-
73-
.wrap {
74-
width: auto;
75-
border:2px solid green;
76-
height: 100%;
77-
}

0 commit comments

Comments
 (0)