Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
rm unused selectors
  • Loading branch information
apopitich committed Mar 6, 2017
commit f53913e6e68e3598b70920ec7b9f2a106a397cce
5 changes: 0 additions & 5 deletions 05 - Flex Panel Gallery/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@
font-size:40px;
}

.cta {
color:white;
text-decoration: none;
}

</style>


Expand Down
5 changes: 0 additions & 5 deletions 05 - Flex Panel Gallery/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@
font-size:40px;
}

.cta {
color:white;
text-decoration: none;
}

</style>


Expand Down
10 changes: 0 additions & 10 deletions 06 - Type Ahead/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,10 @@
font-size: 15px;
}


.details {
text-align: center;
font-size: 15px;
}

.hl {
background:#ffc600;
}

.love {
text-align: center;
}

a {
color:black;
background:rgba(0,0,0,0.1);
Expand Down
5 changes: 0 additions & 5 deletions 10 - Hold Shift and Check Checkboxes/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
border-left: 1px solid #D1E2FF;
}

.details {
text-align: center;
font-size: 15px;
}


</style>
<!--
Expand Down
5 changes: 0 additions & 5 deletions 10 - Hold Shift and Check Checkboxes/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
border-left: 1px solid #D1E2FF;
}

.details {
text-align: center;
font-size: 15px;
}


</style>
<!--
Expand Down
6 changes: 0 additions & 6 deletions 27 - Click and Drag/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,3 @@ body {

.item:nth-child(even) { transform: scaleX(1.31) rotateY(40deg); }
.item:nth-child(odd) { transform: scaleX(1.31) rotateY(-40deg); }

.wrap {
width: auto;
border:2px solid green;
height: 100%;
}