f6e211e4
Administrator
finish work part 1
|
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
|
// Social buttons
//
// Twitter and GitHub social action buttons.
.s2-docs-social {
margin-bottom: 20px;
text-align: center;
}
.s2-docs-social-buttons {
display: inline-block;
padding-left: 0;
margin-bottom: 0;
list-style: none;
li {
display: inline-block;
padding: 5px 8px;
line-height: 1;
}
.twitter-follow-button {
width: 225px !important;
}
.twitter-share-button {
width: 98px !important;
}
}
// Style the GitHub buttons via CSS instead of inline attributes
.github-btn {
overflow: hidden;
border: 0;
}
|