diff --git a/manage.html b/manage.html index 042dbc5b..276c1d39 100644 --- a/manage.html +++ b/manage.html @@ -135,6 +135,20 @@ border-width: 1px; } + #import ul { + margin-left: 0; + padding-left: 0; + list-style: none; + } + #import li { + margin-bottom: .5em; + } + #import pre { + background:#eee; + overflow: auto; + margin: 0 0 .5em 0; + } +