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:
1ee0112
)
Added more classes to have monospaced font
author
Billy Visto
<bvisto@gustavus.edu>
Wed, 9 May 2012 15:07:16 +0000
(10:07 -0500)
committer
Stefan Imhoff
<stefan@imhoff.name>
Sat, 12 May 2012 06:58:37 +0000
(08:58 +0200)
gitweb.css
patch
|
blob
|
history
diff --git
a/gitweb.css
b/gitweb.css
index 1f951e3e9575ca092b95fc3d0b9bbb34305d919c..0fcf432d3d5faf2f7301f100e76c48ba0eb63646 100755
(executable)
--- a/
gitweb.css
+++ b/
gitweb.css
@@
-52,6
+52,11
@@
body {
color: #000000;
}
+/* Monospaced Fonts */
+.sha1, .mode, .diff_tree .list, .pre, .diff, .patchset {
+ font-family: 'Consolas','Bitstream Vera Sans Mono',monospace;
+}
+
a:link, a:visited {
color: #4183C4;
text-decoration: none;
@@
-385,7
+390,6
@@
span.refs a {
.patchset {
overflow-x: auto;
overflow-y: hidden;
- font-family: 'Consolas','Bitstream Vera Sans Mono',monospace;
}
.chunk_header {