diff --git a/sapl/static/styles/app.scss b/sapl/static/styles/app.scss index 2170886a6..9312eea5d 100644 --- a/sapl/static/styles/app.scss +++ b/sapl/static/styles/app.scss @@ -147,6 +147,23 @@ fieldset { } /* INDEX */ +#conteudo { + position: relative; + padding: 2em 1.5em 1.5em 1.5em; + overflow: hidden; + font-size: 100%; + text-align: left; + min-height: 350px; + max-width: 1000px; + margin: 0 auto; +} +#conteudo a:hover { + color: #444; + -webkit-transition: 0.3s ease-in; + -moz-transition: 0.3s ease-in; + -o-transition: 0.3s ease-in +} + #homeIndex { text-align: center; } diff --git a/sapl/templates/index.html b/sapl/templates/index.html index f2ea8c18a..3a0b51f8e 100644 --- a/sapl/templates/index.html +++ b/sapl/templates/index.html @@ -5,7 +5,8 @@
-
+
+
@@ -157,8 +158,7 @@
--> -
+
- {% endblock %}