summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index ae304fa..5f01926 100644
--- a/cgit.css
+++ b/cgit.css
@@ -74,26 +74,26 @@ div#blob {
div.error {
color: red;
font-weight: bold;
margin: 1em 2em;
}
div.ls-dir a {
font-weight: bold;
}
th.filesize, td.filesize {
text-align: right;
}
-th.filemode, td.filemode {
- text-align: center;
+td.filemode {
+ font-family: monospace;
}
td.blob {
white-space: pre;
font-family: courier;
font-size: 100%;
background-color: white;
}
table.log td {
white-space: nowrap;
}