X-Git-Url: http://git.datanom.net/wpp.git/blobdiff_plain/06d96c2aaa206c47d6040716f25c8c65f6cf29c4..047d4d29754ed04bb696cc6dad3c43084290820b:/app/static/css/custom.css diff --git a/app/static/css/custom.css b/app/static/css/custom.css new file mode 100644 index 0000000..da7d863 --- /dev/null +++ b/app/static/css/custom.css @@ -0,0 +1,38 @@ +body { + padding-top: 50px; +} +.starter-template { + padding: 40px 15px; + text-align: center; +} +.login-register-page { + width: 360px; + padding: 8% 0 0; + margin: auto; +} +.center { + text-align: center; +} + +.right { + text-align: right; +} + +.indent { + margin-left: 20px; +} + +.href { + color: black; + margin: 2px; + font-size: 0.8em; +} + +a.href:hover, a.href:active { + text-decoration: none; + color: green; +} + +a.href:link, a.href:visited { + text-decoration: none; +}