From 2d4a9eb6613c2c5ba1b06ab617602ae134d9268c Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Wed, 9 Dec 2009 22:29:44 +0530 Subject: Accommodation CSS fix. --- project/static/css/styles.css | 11 +++++++++++ project/templates/about/accommodation.html | 8 ++++---- 2 files changed, 15 insertions(+), 4 deletions(-) (limited to 'project') diff --git a/project/static/css/styles.css b/project/static/css/styles.css index 7620f3e..74a3dd7 100644 --- a/project/static/css/styles.css +++ b/project/static/css/styles.css @@ -18,6 +18,17 @@ p { margin-left: 1em; text-align: justify; } + +p.noindent { + text-indent: 0; + width: 80%; + font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; + font-size: 1.1em; + color: #58585a; + margin-left: .2em; + text-align: justify; +} + pre.plain { font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; font-size: 1em; diff --git a/project/templates/about/accommodation.html b/project/templates/about/accommodation.html index b140b3f..8d217e4 100644 --- a/project/templates/about/accommodation.html +++ b/project/templates/about/accommodation.html @@ -1,14 +1,14 @@ {% extends "base.html" %} {% block content %}
We are providing free accommodation on twin sharing basis for teachers +
We are providing free accommodation on twin sharing basis for teachers from recognised institutes.
-For students, research scholars etc. we can arrange accommodation on the +
For students, research scholars etc. we can arrange accommodation on the same venue on payment basis which costs Rs.250 including breakfast and dinner per day per person.
-Please contact Hareesh - 9446190683 or Nikhil - 9446263698 for any other -details
+Please contact Mr.Hareesh: +91-9446190683 or +Mr.Nikhil: +91-9446263698 for any other details
{% endblock content %} \ No newline at end of file -- cgit