Skip to content

Commit eba7ae5

Browse files
committed
changed icons to rain and umbrellas, removed Mass Panic
1 parent 249efc8 commit eba7ae5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.DS_Store

6 KB
Binary file not shown.

public/assets/css/bootstrap.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1403,14 +1403,14 @@ table .span24 {
14031403
display: inline-block;
14041404
width: 24px;
14051405
height: 24px;
1406-
background-image: url("../img/glyphicons/glyphicons_022_fire.png");
1406+
background-image: url("../img/glyphicons/glyphicons_092_tint.png");
14071407
}
14081408

14091409
.user-plane {
14101410
display: inline-block;
14111411
width: 24px;
14121412
height: 24px;
1413-
background-image: url("../img/glyphicons/glyphicons_038_airplane.png");
1413+
background-image: url("../img/glyphicons/glyphicons_070_umbrella.png");
14141414
}
14151415

14161416
[class^="icon-"],

public/assets/img/.DS_Store

0 Bytes
Binary file not shown.

views/artificial.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ <h1>TechX 2012 - HTML5 WebWorkers API</h1>
120120
<div class="control-group">
121121
<label class="control-label" for="textarea"></label>
122122
<div class="controls">
123-
<button id="go" class="btn-small btn-primary" href="#">Mass Panic</button>
123+
<button id="go" class="btn-large btn-primary" href="#">Generate Movement</button>
124124
</div>
125125
</div>
126126

127127
<div class="control-group">
128128
<label class="control-label" for="textarea"></label>
129129
<div class="controls">
130-
<button id="ai" class="btn-small btn-primary" href="#">Begin AI</button>
130+
<button id="ai" class="btn-large btn-primary" href="#">Begin AI</button>
131131
</div>
132132
</div>
133133

0 commit comments

Comments
 (0)