forked from tmlee/wider_github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwiden.css
More file actions
56 lines (46 loc) · 706 Bytes
/
widen.css
File metadata and controls
56 lines (46 loc) · 706 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
/* Code View */
/*#js-repo-pjax-container{
width: 94%;
left: 0px;
margin: 0px 3%;
position: absolute;
z-index: 1;
}*/
/* Gist */
div.gist{
margin: 0 auto;
width: 100%;
}
div.root-pane{
float: left;
width: 10%;
}
div.column{
float: right;
width: 88%;
margin: 0 1%;
}
/* For Reamdes */
#readme {
position: absolute;
left: 10px;
width: 99%;
z-index: 1;
}
/* For file/commit view */
div.file-box {
position: absolute;
left: 10px;
width: 99%;
z-index: 1;
}
/* Pull Request */
/*
div.file .meta .info .css-truncate-target {
max-width: 85%;
}
div.file .meta .info {
width: 90%;
div.site-footer, div#all_commit_comments, div.thread-subscription-status {
visibility: hidden;
}*/