diff --git a/get_together/static/css/get_together.css b/get_together/static/css/get_together.css index b7e3a5e..41d5fde 100644 --- a/get_together/static/css/get_together.css +++ b/get_together/static/css/get_together.css @@ -100,6 +100,7 @@ ul.errorlist li { position: relative; margin-bottom: 3px; overflow: hidden; + border-radius: 0.25em; } .team-banner .team-title { @@ -142,3 +143,18 @@ ul.errorlist li { background-image: none; border-color: #adadad; } + + +.container-primary { + background: #f5f5f5; + padding: 10px; + border-radius: .5rem; + border: #efefef 1px solid; +} + +.container-secondary { + background: #fff; + border-radius: 0.5em; + border: #efefef 1px solid; + padding: 10px; +} \ No newline at end of file diff --git a/get_together/templates/get_together/teams/about_team.html b/get_together/templates/get_together/teams/about_team.html index 666962b..e04a3bf 100644 --- a/get_together/templates/get_together/teams/about_team.html +++ b/get_together/templates/get_together/teams/about_team.html @@ -4,7 +4,7 @@ {% block about-button %}btn-default{% endblock %} {% block page_content %} -
{{ team.description|markdown }}