diff --git a/.gitignore b/.gitignore index 8552e9a2..762f8b73 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ *.pyc *.sw? *~ .coverage .eggs/ __pycache__ version.txt swh.web.ui.egg-info docs/build/ +resources/test/webapp.ini \ No newline at end of file diff --git a/swh/web/ui/static/style.css b/swh/web/ui/static/style.css deleted file mode 100644 index b378212b..00000000 --- a/swh/web/ui/static/style.css +++ /dev/null @@ -1,28 +0,0 @@ -/* -version: 0.1 -date: 21/09/15 -author: swh -email: swh -website: softwareheritage.org -version history: /style.css -*/ - -body { font-family: sans-serif; background: #eee; } -a, h1, h2 { color: #377ba8; } -h1, h2 { font-family: 'Georgia', serif; margin: 0; } -h1 { border-bottom: 2px solid #eee; } -h2 { font-size: 1.2em; } - -.page { margin: 2em auto; width: 35em; border: 5px solid #ccc; - padding: 0.8em; background: white; } -.entries { list-style: none; margin: 0; padding: 0; } -.entries li { margin: 0.8em 1.2em; } -.entries li h2 { margin-left: -1em; } -.add-entry { font-size: 0.9em; border-bottom: 1px solid #ccc; } -.add-entry dl { font-weight: bold; } -.metanav { text-align: right; font-size: 0.8em; padding: 0.3em; - margin-bottom: 1em; background: #fafafa; } -.flash { background: #cee5F5; padding: 0.5em; - border: 1px solid #aacbe2; } -.error { background: #f0d6d6; padding: 0.5em; } -