We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7715867 + 6cf7c26 commit b35ef59Copy full SHA for b35ef59
html/css/GitX.css
@@ -13,12 +13,18 @@ table {
13
font-size: 12px;
14
}
15
16
-.expanded:before {
17
- content: "\25be\0020";
+.fileHeader a:before {
+ margin-left: 0.3em;
18
+ width: 1em;
19
+ display: inline-block;
20
21
-.collapsed:before {
- content: "\25b8\0020";
22
+.expanded a:before {
23
+ content: "\25be\0020";
24
+}
25
+
26
+.collapsed a:before {
27
+ content: "\25b8\0020";
28
29
30
.SHA {
0 commit comments