Skip to content

Commit 64a35c9

Browse files
committed
lightbulb/patents->community/existing
1 parent f91ccef commit 64a35c9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

assets/css/application.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ strong {
125125
width: 220px;
126126
}
127127

128-
.situations .patents {
128+
.situations .existing {
129129
margin-top: 16px;
130130
}
131131

@@ -148,7 +148,7 @@ strong {
148148
}
149149

150150
.three-arrows { background-position: 0 0; width: 72px; height: 56px; }
151-
.lightbulb { background-position: 0 -57px; width: 72px; height: 56px; }
151+
.community { background-position: 0 -57px; width: 72px; height: 56px; }
152152
.circular { background-position: 0 -115px; width: 72px; height: 68px; }
153153

154154

@@ -442,7 +442,7 @@ strong {
442442
only screen and (-o-min-device-pixel-ratio: 200/100),
443443
only screen and (min-device-pixel-ratio: 2.0) {
444444
.three-arrows,
445-
.lightbulb,
445+
.community,
446446
.circular {
447447
background-image: url(../img/home-sprite@2x.png);
448448
-webkit-background-size: 72px 182px;

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ <h2>
1414
<span>}</span>
1515
</h2>
1616
<ul class="triptych situations clearfix">
17-
<li class="patents">
17+
<li class="existing">
1818
<a href="existing">
19-
<span class="triptych-sprite lightbulb"></span>
19+
<span class="triptych-sprite community"></span>
2020
<h3>I’m building on an existing project or community.</h3>
2121
</a>
2222
<p>

0 commit comments

Comments
 (0)