"news"
Bootstrap 3.0.0 Snippet by thanhthanh

1
2
3
4
5
6
7
8
9
10
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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="container">
<div class="row">
<h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2>
</div>
</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
#header nav ul.nav-main ul.dropdown-menu {
margin: 2px 0 0 3px !important;
}
.ms-listMenu-editLink{
display:none;
}
.carousel-caption a:hover{
cursor: pointer;
}
#s4-ribboncont * {
-webkit-box-sizing: INITIAL;
-moz-box-sizing: border-box;
box-sizing: INITIAL;
}
#suiteBar * {
box-sizing: initial;
}
#footer ul.list.icons li {
width: 150px!important;+
}
#suiteBar * {
box-sizing: content-box;
}
#s4-bodyContainer{
padding-bottom:0px;
}
#content__responsive img{
display: block;
max-width: 100%;
height: auto;
margin:0px !important;
}
a:hover{
text-decoration: none;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: