commit a9116dfb3ace181e193439c64af34e3c420e24f6
parent b9b306e64aea552a9beb918d83fee927f258e5a0
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date: Sat, 5 Sep 2026 12:08:37 -0300
Update git style
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/css/git_src.css b/css/git_src.css
@@ -426,10 +426,6 @@ pre a.h:hover, pre a.i:hover, pre a.d:hover {
row-gap: .25em;
}
-#open-file-name {
- font-weight: bold;
-}
-
.line {
display: inline;
margin-left: -.5em;
@@ -673,13 +669,18 @@ a {
overflow: scroll;
}
-#open-file-name, #dir-title {
+#dir-title {
/* padding: 1.25em; */
margin-right: auto;
word-wrap: anywhere;
/* padding: 10px; */
}
+#open-file-name {
+ padding: 0;
+ font-weight: bold;
+}
+
#log thead,
#log-files {
display: none;
@@ -945,7 +946,6 @@ a {
overflow: scroll;
}
- #open-file-name,
#dir-title,
#binary-file {
padding: 10px;