Files
gitx/html/css/GitX.css
T
Pieter de Bie 23bb1658d9 WIP: Prettify the diff display by using rounded corners
This wraps each changed file in its own rounded box, making
the diff display easier to the eye :)
2008-11-26 17:44:49 +01:00

8 lines
111 B
CSS

@import url("diff.css");
@import url("notification.css");
body {
margin: 0;
margin-top: 5px;
width: 100%;
}