minor, gallery has class

This commit is contained in:
Sanj 2011-10-10 17:08:45 +05:30
parent e66c2a991f
commit 14edd27533
2 changed files with 10 additions and 3 deletions

View File

@ -103,7 +103,7 @@
{% endifnotequal %} {% endifnotequal %}
{% ifnotequal imagegallery|length 0 %} {% ifnotequal imagegallery|length 0 %}
<div id="gallery"> <div id="gallery" class="tab_content">
<h4 class="tabTitle">Gallery</h4> <h4 class="tabTitle">Gallery</h4>
<div> <div>
{% load thumbnail %} {% load thumbnail %}

View File

@ -1,6 +1,13 @@
{% extends 'noel/insidepage.html' %} {% extends 'noel/base.html' %}
{% block content_inner %} {% block extra_head %}
<link rel="stylesheet" href="/static/css/noel/inner.css" type="text/css" />
<link rel="stylesheet" href="/static/css/noel/inner-details.css" type="text/css" />
{% endblock %}
{% block content %}
<div id="searchContainer"> <div id="searchContainer">
<div id="searchContent"> <div id="searchContent">
<h2>Search</h2> <h2>Search</h2>