diff --git a/src/static/css/style.css b/src/static/css/style.css index 0d91e84..235cbb6 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -76,6 +76,10 @@ footer .center { padding-top: 10px; } + +.main-menu-dropdown img { + float: left; +} .main-menu-dropdown span { float: left; font-family: monospace; diff --git a/src/static/graphics/logo.png b/src/static/graphics/logo.png new file mode 100644 index 0000000..5ad0e0f Binary files /dev/null and b/src/static/graphics/logo.png differ diff --git a/src/templates/template.html b/src/templates/template.html index e7e8db9..6502ddb 100644 --- a/src/templates/template.html +++ b/src/templates/template.html @@ -8,8 +8,10 @@