- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgithub.css
More file actions
Latest commit
59 lines (54 loc) · 743 Bytes
/
Copy pathgithub.css
File metadata and controls
59 lines (54 loc) · 743 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
59
body {
color:#666;
}
time,strong,small {
color:#888;
}
strong {
margin-left:10px;
}
h2,h4 {
color:#333;
}
h5 {
font-weight:300;
font-size:20px;
}
li {
padding:25px0;
}
section {
padding:20px0;
}
.border-bottom {
border-bottom:1px solid #eee;
}
section.home {
padding-top:200px;
text-align: center;
}
section.homebutton {
border-top-left-radius:0;
border-bottom-left-radius:0;
}
section.user .avatar {
border-radius:5px;
width:230px;
height:230px;
}
section.stats {
text-align: center;
}
section.statsspan {
display: inline-block;
width:80px;
}
section.statsh2 {
margin:0;
}
section.orgs .avatar {
border-radius:3px;
margin-right:5px;
width:42px;
height:42px;
}