# HG changeset patch # User Madhusudan.C.S # Date 1260377984 -19800 # Node ID 3ae9790551144e4edcfc958f62b80252ca4ddbc1 # Parent 18471b0201a780c792c7e8310b2f744c5bb2614c Accommodation CSS fix. diff -r 18471b0201a7 -r 3ae979055114 project/static/css/styles.css --- a/project/static/css/styles.css Wed Dec 09 22:23:23 2009 +0530 +++ b/project/static/css/styles.css Wed Dec 09 22:29:44 2009 +0530 @@ -18,6 +18,17 @@ 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 -r 18471b0201a7 -r 3ae979055114 project/templates/about/accommodation.html --- a/project/templates/about/accommodation.html Wed Dec 09 22:23:23 2009 +0530 +++ b/project/templates/about/accommodation.html Wed Dec 09 22:29:44 2009 +0530 @@ -1,14 +1,14 @@ {% extends "base.html" %} {% block content %}

Accommodation for delegates

-

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