Skip to content

Commit 223e367

Browse files
committed
removed contributors from authors
1 parent 1b4ede1 commit 223e367

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

styles/ebook.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
/*to override inline styles*/
88
}
99

10+
#GitHubContributors div + div + div {
11+
display: none!important;
12+
}
13+
1014
.contributor-data {
1115
align-self: center;
1216
display: inline-flex;

styles/pdf.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
/*to override inline styles*/
88
}
99

10+
#GitHubContributors div + div + div {
11+
display: none!important;
12+
}
13+
1014
.contributor-data {
1115
align-self: center;
1216
display: inline-flex;

styles/website.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
/*to override inline styles*/
88
}
99

10+
#GitHubContributors div + div + div {
11+
display: none!important;
12+
}
13+
1014
.contributor-data {
1115
align-self: center;
1216
display: inline-flex;

0 commit comments

Comments
 (0)