Skip to content

Commit 75cd42e

Browse files
committed
Add dailies to docs
1 parent e7f32a1 commit 75cd42e

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/data/Showcase.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<div class="featured">
44

5+
<a href="http://abdaily.surge.sh/4/">
6+
<img src="images/showcase/daily4.png" alt="http://abdaily.surge.sh/4/" width="300" />
7+
</a>
8+
9+
<a href="http://abdaily.surge.sh/3/">
10+
<img src="images/showcase/daily3.png" alt="http://abdaily.surge.sh/3/" width="300" />
11+
</a>
12+
13+
<a href="http://abdaily.surge.sh/2/">
14+
<img src="images/showcase/daily2.png" alt="http://abdaily.surge.sh/2/" width="300" />
15+
</a>
16+
17+
<a href="http://abdaily.surge.sh/1/">
18+
<img src="images/showcase/daily1.png" alt="http://abdaily.surge.sh/1/" width="300" />
19+
</a>
20+
521
<a href="http://theroguepixel.com/">
622
<img src="images/showcase/roguepixel.jpg" alt="http://theroguepixel.com/" width="300" />
723
</a>

docs/template/static/less/jsdoc-default.less

+8
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,14 @@ hr {
11471147
height: 174.38px;
11481148
float: left;
11491149
position: relative;
1150+
overflow: hidden;
1151+
width: 300px;
1152+
height: 160px;
1153+
1154+
img {
1155+
max-width: 100%;
1156+
width: auto;
1157+
}
11501158

11511159
&:hover img {
11521160
opacity: 0.75;

0 commit comments

Comments
 (0)