-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog.css
More file actions
58 lines (49 loc) · 678 Bytes
/
blog.css
File metadata and controls
58 lines (49 loc) · 678 Bytes
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.bs-docs-header{
background-color: #DE5833;
color: white;
padding:20px;
margin-bottom: 20px;
}
.main-content{
margin-bottom: 200px;
}
h1 {
margin-top:0;
}
.navbar {
margin-bottom:0;
border:0;
}
.center {
text-align:center;
}
img {
margin: 20px;
}
* {
font-family: Open Sans, helvetica, arial;
}
p, li {
font-size: 12pt;
line-height: 20pt;
}
li {
margin-bottom: 0.3em;
}
p, pre {
margin-bottom: 1.1em;
}
h2 {
border-bottom: 2px #DE5833 solid;
}
h2,h3,h4,h5,h6 {
/*font-family: Cambria;*/
font-weight: 600;
margin-top: 1.1em;
margin-bottom: 1.0em;
padding-bottom: 0.1em;
}
ul.nav li {
padding-bottom: 0;
margin-bottom: 0;
}