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:
16f6f04
)
Changed base font-size to px
author
Stefan Imhoff
<stefan@imhoff.name>
Fri, 8 May 2009 11:40:24 +0000
(13:40 +0200)
committer
Stefan Imhoff
<stefan@imhoff.name>
Fri, 8 May 2009 11:40:24 +0000
(13:40 +0200)
There where big differences between Safari and Firefox with their base
font settings.
gitweb.css
patch
|
blob
|
history
diff --git
a/gitweb.css
b/gitweb.css
index b3059d6e08c20a591427a9a2f6f0f71399c21cb1..9053ae9a9be35d27837ccd3edbb6aea03bcd7b28 100755
(executable)
--- a/
gitweb.css
+++ b/
gitweb.css
@@
-46,7
+46,7
@@
a { outline: none; }
body {
font-family: "Monaco", "Courier New", monospace;
- font-size:
75%
;
+ font-size:
12px
;
margin: 0;
background-color: #fff;
color: #000000;