File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,15 @@ a.servicebutton {
74
74
padding : 0.1em ;
75
75
border : solid gray 1px ;
76
76
-webkit-border-radius : 2px ;
77
+ display : none;
77
78
}
78
79
79
80
.gravatar img {
80
81
width : 2.9em ;
81
82
height : 2.9em ;
82
83
max-height : 60px ;
83
84
max-width : 60px ;
85
+ display : none;
84
86
}
85
87
86
88
.property_name {
@@ -97,10 +99,9 @@ a.servicebutton {
97
99
}
98
100
99
101
# header p .subject {
100
- font-size : 15 px ;
102
+ font-size : 13 px ;
101
103
padding : 5px ;
102
104
float : none;
103
- font-family : Menlo, Monaco;
104
105
}
105
106
106
107
# files {
@@ -139,7 +140,7 @@ a.servicebutton {
139
140
}
140
141
141
142
# details {
142
- font-family : Monaco ;
143
+ font-family : Menlo ;
143
144
font-size : 10px ;
144
145
overflow : hidden;
145
146
width : 600px ;
@@ -268,12 +269,13 @@ a.showdiff {
268
269
}
269
270
270
271
# header p .name {
271
- font-size : 15 px ;
272
+ font-size : 13 px ;
272
273
white-space : nowrap;
273
274
}
274
275
275
276
# header span .rol , p .time {
276
277
color : gray;
278
+
277
279
}
278
280
279
281
# header img .avatar {
@@ -309,12 +311,12 @@ a.showdiff {
309
311
-webkit-box-shadow : inset 0px 5px 5px # ccc ;
310
312
width : 100% ;
311
313
display : block;
312
- padding-top : 20 px ;
314
+ padding-top : 10 px ;
313
315
overflow : auto;
314
316
}
315
317
316
318
# diffs table .diff {
317
- -webkit-box-shadow : 5 px 5 px 5 px # ccc ;
319
+ -webkit-box-shadow : 3 px 3 px 3 px # ccc ;
318
320
width : 98% ;
319
321
margin : auto auto 20px 1% ;
320
322
}
You can’t perform that action at this time.
0 commit comments