summaryrefslogtreecommitdiff
path: root/example/public/example.css
blob: 265028b4daa03c1ac9eec9c333a06b216f7d750c (plain)
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
section {
  padding-top: 20px;
}

[class^="icon-"], [class*=" icon-"] {
  background-image: url("glyphicons-halflings.png");
}

.with-icons {
  list-style: none;
  padding-top: 20px;
}

.with-icons i {
  margin: 5px;
}
.with-icons li {
  font-size: 18px;
  line-height: 35px;

}

.btn {
  margin-bottom: 15px;
}