diff --git a/src/colab/deprecated/templates/open-data.html b/src/colab/deprecated/templates/open-data.html
index 08dde84..3f20d6c 100644
--- a/src/colab/deprecated/templates/open-data.html
+++ b/src/colab/deprecated/templates/open-data.html
@@ -16,7 +16,7 @@
http://colab.interlegis.leg.br/api/search/
{% trans "Parameters:" %}
-
+
-
{% trans "Query" %} - q
{% blocktrans %}The query is the "question" sent
@@ -25,7 +25,7 @@
for example collaborator and represents the data stored
by the system, for example jeanferri.{% endblocktrans %}
{% trans "The following is a list of available fields to search:" %}
-
+
- Type: {% trans "wiki, thread, ticket, changeset." %}
- Title: {% trans "page name, title of the discussion or ticket, changeset description." %}
- Description: {% trans "excerpt from the page or the discussion, description of the ticket or changeset." %}
diff --git a/src/colab/static/css/screen.css b/src/colab/static/css/screen.css
index 3615385..e04fce8 100644
--- a/src/colab/static/css/screen.css
+++ b/src/colab/static/css/screen.css
@@ -142,10 +142,14 @@ fieldset>legend {
margin: 10px 0;
}
-ul.indent{
+ul.indent {
padding-left: 1.5em;
}
+ul.indent-dois {
+ padding-left: 3.5em;
+}
+
#avatar {
background-color: #FFF;
padding: 9px 12px;
--
libgit2 0.21.2