forked from tmlee/wider_github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregular.css
More file actions
62 lines (51 loc) · 813 Bytes
/
regular.css
File metadata and controls
62 lines (51 loc) · 813 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
60
61
/* Code View */
/*#js-repo-pjax-container{
width: 920px;
left: initial;
margin: initial;
position: initial;
left: initial;
z-index: initial;
width: initial;
margin: initial;
z-index: 0;
}*/
/* Gist */
div.gist{
margin: 0 auto;
width: 960px;
}
div.root-pane{
float: left;
width: 148px;
margin: initial;
}
div.column{
float: right;
width: 792px;
margin: initial;
}
/* For Reamdes */
#readme {
position: relative;
left: 0px;
width: 100%;
z-index: 0;
}
/* For file/commit view */
div.file-box {
position: relative;
left: 0px;
width: 100%;
z-index: 0;
}
/* Pull Request */
/*
div.file .meta .info .css-truncate-target {
max-width: 600px;
}
div.file .meta .info {
width: initial;
div.site-footer, div#all_commit_comments, div.thread-subscription-status {
visibility: initial;
}*/