diff --git a/static/css/style.css b/static/css/style.css index 0a34b96..c5b24f7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -12,6 +12,11 @@ html, body { margin-top: 35px; } +#header a { + color: black; + text-decoration: none; +} + #content #content_header #edit_save_buttons { float: right; font-size: 16px; @@ -43,7 +48,7 @@ html, body { } #navigation #temp_new_folder { - margin-top: 20px; + margin: 10px 10px 0px 10px } #navigation #temp_new_folder input { @@ -100,7 +105,10 @@ pre code { padding: 0; background: inherit; font-family: 'PT Mono', monospace; - white-space: pre-line; +} + +code { + white-space: pre-wrap; } img {