mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
4544816ac8
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>
10 lines
150 B
CSS
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;
|
|
}
|