merged ashoks changes

This commit is contained in:
Sanj 2011-07-04 18:55:12 +05:30
commit 29db08cccb
3 changed files with 18 additions and 6 deletions

View File

@ -11,3 +11,10 @@ h5 {
margin-top:0px; margin-top:0px;
margin-bottom: 12px; margin-bottom: 12px;
} }
q1 {
font-weight:bold;
bottom-margin: 5px;
top-margin: 10px;
}

View File

@ -32,12 +32,13 @@ ul {
#mainTitle { #mainTitle {
position: absolute; position: absolute;
left: 20px; left: 20px;
top: 30px; top: 20px;
width: 200px; width: 200px;
color: #FF8000; color: #FF8000;
} }
#mainTitle h1 { #mainTitle h1 {
font-family: "Edgware Road", "DejaVu Sans", sans-serif;
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
} }

View File

@ -15,10 +15,14 @@
{% block content %} {% block content %}
<div id="faqBlock"> <div id="faqBlock">
<h5>FAQs</h5> <h5>FAQs</h5>
<p> Q. Does one need to login in order to use the printing tools? <br /> <q1>Q. Why do I need to login in order to use the printing tools?</q1>
A. Yes, this is required to establish which documents you have permissions to modify or edit. To do this anonymously, use username: "guest", password: "guest". </p> <br/> A. This helps establish which documents you have permissions to modify or edit. To do this anonymously or to test, use username: "guest", password: "guest". </p>
<p>Q. Why the name and url edgwareroad.org? <br/>
A. This project was inspired by our work there, and the work of others in the neighbourhood. This is an idea of naming based on an encounter with something, rather than on owning or representing that thing. CAMP and the Centre for Possible Studies plan to pass on the functioning of this website to people working locally, (who are similarly people interested in, rather than representative of, the area). </p> <q1>Q. How do I get a username / login then? </q1>
A. For now, write to us at contact@edgwareroad.org. At a later point registration will be possible through the website.
<q1>Q. Why the name and url edgwareroad.org? </q1>
A. This project was inspired by our work on the road, and the work of others in the neighbourhood. It is an idea of naming based on an engagement with something, rather than on owning or representing that thing. CAMP and the Centre for Possible Studies plan to pass on the functioning of this website to people working locally (who would similarly be people interested in, rather than owners or representatives of, the area). </p>
</div> </div>