"Style List"
Bootstrap 3.1.0 Snippet by msacode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="addon">
<p>What's this?</p>
<ul>
<li class="clearfix">
<a href="#" target="_blank">
<img class="round" src="https://8share-production-my.s3.amazonaws.com/campaigns/4898/photos/profile/thumb_copy.png?1397732185">
<div class="legend-info">
<strong>Social Good</strong>Help share a cause and do good.
</div></a>
</li>
<li class="clearfix">
<em class="hot"></em>
<div class="legend-info">
<strong>Fire Hot</strong>Featured hot special at the moment.
</div>
</li>
<li class="clearfix">
<em class="extra"></em>
<div class="legend-info">
<strong>Extra Fun</strong>Contests, surveys, prizes and more fun stuff.
</div>
</li>
</ul>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.addon {
background: #fff;
border: 1px solid #C0CAE3;
margin-bottom: 20px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.addon li {
padding: 10px;
border-top: 1px solid #eee;
overflow: hidden;
}
.addon li {
list-style:none;
}
.clearfix {
display: block;
}
.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow: hidden;
}
li {
display: list-item;
text-align: -webkit-match-parent;
} ul {
margin: 0;
padding: 0;
border: 0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: