diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index f8b21c7..536560d 100644 --- a/static/style.css +++ b/static/style.css @@ -82,7 +82,12 @@ tr.title-row > th { td > pre { margin: 0; } - +td#readme > *:last-child { + margin-bottom: 0; +} +td#readme > *:first-child { + margin-top: 0; +} .commit-id { font-family: monospace; } |