diff options
Diffstat (limited to 'forged')
-rw-r--r-- | forged/static/style.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/forged/static/style.css b/forged/static/style.css index 50f1c37..51846a2 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -120,11 +120,6 @@ a:link, a:visited { /* Readme word breaks to avoid overfull hboxes */ #readme { word-break: break-word; - line-height: 1.3; -} - -#readme li + li, #readme li:first-child { - margin-top: 0.5rem; } /* Table styles */ @@ -591,7 +586,6 @@ td > ul { .commit-list-small .event > div { font-size: 0.95rem; - line-height: 1.4; } .commit-list-small .pull-right { |