This commit is contained in:
ashok sukumaran 2011-05-07 17:05:39 +05:30
parent 532e47c9df
commit 38945e562b
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.centerSentence {
color: #393939;
font-size: 48px;
width: 800px;
width: 55%;
height: 350px;
position: relative;
top: 50%;

View File

@ -14,7 +14,8 @@
{% block content %}
<div class="centerSentence">
View the archive (files by study, sortable by type size, etc) here.
View the archive < /br>
(files by study, sortable by type size, etc) here.
</div>
{% endblock %}