diff --git a/resources/public/css/standard.css b/resources/public/css/standard.css index d49e464..fb95157 100644 --- a/resources/public/css/standard.css +++ b/resources/public/css/standard.css @@ -51,6 +51,10 @@ body { display: none; } +#nav-menu { + margin: 0; +} + #nav ul li { padding: 0; margin: 0; @@ -71,18 +75,21 @@ li.nav-item a:active { background: gray; color: white; } /* Overall container div, holds all content of page. Yes, I know it shouldn't have fixed width */ #main-container{ - clear: both; -/* width:100%; */ } /* header for all pages in the Wiki - editable, provided by users. Within main-container */ #header { + margin-top: 0; width:100%; background-color: gray; color: white; } +#header h1 { + margin-top: 0; +} + /* left bar for all pages in the Wiki - editable, provided by users. Within main-container */ #left-bar { width: 17%; @@ -130,6 +137,13 @@ li.nav-item a:active { background: gray; color: white; } margin-bottom: 0; } +.minor-controls { + float: right; + padding: 0.1em 2em; + background-color: silver; + font-size: 66%; +} + .wiki { margin: 0; } diff --git a/resources/templates/auth.html b/resources/templates/auth.html index 25594f8..d574911 100644 --- a/resources/templates/auth.html +++ b/resources/templates/auth.html @@ -1,13 +1,6 @@ {% extends "templates/base.html" %} {% block content %} -