projects
/
m6w6
/
gitweb-theme
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
451aa1d
)
Added monospace font for "blob view"
author
Stefan Imhoff
<stefan@imhoff.name>
Sat, 6 Nov 2010 11:00:24 +0000
(12:00 +0100)
committer
Stefan Imhoff
<stefan@imhoff.name>
Sat, 6 Nov 2010 11:00:24 +0000
(12:00 +0100)
gitweb.css
patch
|
blob
|
history
diff --git
a/gitweb.css
b/gitweb.css
index fe758c294b8e360cc29ab47029c92a9f036c695f..4b65656451962d30562f30fb34872707486bfaf6 100755
(executable)
--- a/
gitweb.css
+++ b/
gitweb.css
@@
-218,6
+218,10
@@
th .header {
margin: 0;
}
+.pre {
+ font-family: "Monaco", "Courier New", monospace;
+}
+
.commit_search {
background: #eaeaea;
}