mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
23bb1658d9
This wraps each changed file in its own rounded box, making the diff display easier to the eye :)
8 lines
111 B
CSS
8 lines
111 B
CSS
@import url("diff.css");
|
|
@import url("notification.css");
|
|
|
|
body {
|
|
margin: 0;
|
|
margin-top: 5px;
|
|
width: 100%;
|
|
} |