Files
gitx/html/css/GitX.css
T
Johannes Gilger 4544816ac8 GitX.css: Set a default-font for body
Some people have had Serif-fonts in their interface where no specific
fonts for classes/ids were specified. This sets the default-font to
'Lucida Grande' in order to have a nice non-serif on any system.

Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
2009-09-09 23:03:03 +02:00

10 lines
150 B
CSS

@import url("diff.css");
@import url("notification.css");
body {
margin: 0;
margin-top: 5px;
width: 100%;
font-family: 'Lucida Grande', Arial;
}