File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Resources/html/views/history Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 8
8
font-size : 12px ;
9
9
padding-left : 5px ;
10
10
padding-right : 5px ;
11
+ display : none;
11
12
}
12
13
13
14
# commit_header tr {
@@ -16,12 +17,18 @@ body {
16
17
17
18
# authorTable {
18
19
margin : -4px ;
20
+ display : none;
21
+ }
22
+
23
+ # mxcl {
24
+ display : none;
19
25
}
20
26
21
27
# rightcontent {
22
28
position : absolute;
23
29
right : 5px ;
24
30
top : 5px ;
31
+ display : none;
25
32
}
26
33
27
34
# buttons {
@@ -57,13 +64,15 @@ a.servicebutton:hover {
57
64
58
65
border : solid gray 1px ;
59
66
-webkit-border-radius : 2px ;
67
+ display : none;
60
68
}
61
69
62
70
.gravatar img {
63
71
width : 2.9em ;
64
72
height : 2.9em ;
65
73
max-height : 60px ;
66
74
max-width : 60px ;
75
+ display : none;
67
76
}
68
77
69
78
.property_name {
203
212
margin-right : 20px ;
204
213
padding-bottom : 5px ;
205
214
font-size : 90% ;
215
+ display : none;
206
216
}
207
217
208
218
# files .diffstat-info {
@@ -318,3 +328,7 @@ div.renamed
318
328
# notification_message .confirm {
319
329
color : green;
320
330
}
331
+
332
+ hr {
333
+ display : none;
334
+ }
Original file line number Diff line number Diff line change 17
17
< body >
18
18
< div id ="commit ">
19
19
< div id ="rightcontent ">
20
- < div id ="buttons ">
21
-
22
- </ div >
20
+ < div id ="buttons "> </ div >
23
21
</ div >
24
22
25
- < table >
23
+ < table id =" mxcl " >
26
24
< tr >
27
25
< td width ="50% ">
28
26
< table >
You can’t perform that action at this time.
0 commit comments