-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (40 loc) · 756 Bytes
/
style.css
File metadata and controls
47 lines (40 loc) · 756 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
#gitcussion .markdown-body {
background-color: #fff;
border: 1px solid #ddd;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
padding: 15px;
word-wrap: break-word;
}
#gitcussion h3.collapsed{
border-radius: 3px;
border-bottom: 1px solid #d8d8d8;
}
#gitcussion {
width: 980px;
margin-right: auto;
margin-left: auto;
}
#gitcussion h1{
padding-left: 40px;
}
#gitcussion #gitcussion-comments{
margin-top: 20px;
margin-bottom: 0px;
}
.pagehead.repohead h1 .octicon-mark-github {
position: absolute;
left: 0;
top: 12px;
line-height: 32px;
margin-top: -13px;
color: #bbb;
}
#gitcussion .gitcussion-summary{
border-bottom: 1px solid #ddd;
}
#gitcussion .btn-gitcussion{
border-top: 0;
border-bottom: 0;
border-radius: 0;
}