summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2006-12-17 22:55:53 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2006-12-17 22:55:53 (UTC)
commita53042865a4ac8b1fa1d6b37720787601e181495 (patch) (side-by-side diff)
treea104baf6600ccf30977e81649e859d8035484f13 /cgit.css
parentfb6e5869dcc81b775d5ac79dd3afac7220c366dd (diff)
downloadcgit-a53042865a4ac8b1fa1d6b37720787601e181495.zip
cgit-a53042865a4ac8b1fa1d6b37720787601e181495.tar.gz
cgit-a53042865a4ac8b1fa1d6b37720787601e181495.tar.bz2
Use html_filemode in ui-tree.c
No reason to show "100644" when we can show "-rw-r--r--" Signed-off-by: Lars Hjemli <hjemli@gmail.com>
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
@@ -38,98 +38,98 @@ table.list th {
background: #ddd;
border-bottom: solid 1px #aaa;
padding: 0.1em 0.5em 0.1em 0.5em;
vertical-align: baseline;
}
table.list td {
border: none;
padding: 0.1em 0.5em 0.1em 0.5em;
}
img {
border: none;
}
div#header {
background-color: #eee;
padding: 0.25em 0.25em 0.25em 0.5em;
font-size: 150%;
font-weight: bold;
border: solid 1px #ccc;
vertical-align: middle;
}
div#header img#logo {
float: right;
}
div#header a {
color: black;
}
div#content {
margin: 0.5em 0.5em;
}
div#blob {
border: solid 1px black;
}
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;
}
table.commit-info {
border-collapse: collapse;
margin-top: 1.5em;
}
table.commit-info th {
text-align: left;
font-weight: normal;
padding: 0.1em 1em 0.1em 0.1em;
}
table.commit-info td {
font-weight: normal;
padding: 0.1em 1em 0.1em 0.1em;
}
div.commit-subject {
font-weight: bold;
font-size: 125%;
margin: 1.5em 0em 0.5em 0em;
padding: 0em;
}
div.commit-msg {
white-space: pre;
font-family: monospace;
}
table.diffstat {
border-collapse: collapse;
margin-top: 1.5em;
}
table.diffstat th {
font-weight: normal;
text-align: left;
text-decoration: underline;
padding: 0.1em 1em 0.1em 0.1em;
font-size: 100%;
}
table.diffstat td {