h1 issues on view page, not getting styling from line 76 in inner-details.css

This commit is contained in:
karen menezes 2013-01-04 01:20:03 -08:00
parent 7c471208da
commit 5da5255cd4
3 changed files with 18 additions and 3 deletions

View File

@ -41,7 +41,7 @@ height:114px;
-moz-box-shadow:1px 1px 3px 3px #aaa;
-webkit-box-shadow:1px 1px 3px 3px #aaa;
box-shadow:1px 1px 3px 3px #aaa;
margin:5px;
margin:6px 5px;
cursor:pointer;}
.searchHighlight
@ -73,6 +73,20 @@ display:block;}
.hideText
{display:none;}
#lightbox h1 {
font-size: 120%;
padding: 10px;
}
#imagesContainer {
padding: 10px 14px;
}
#imagesContainer h3 {
font-family: 'Arial Regular', Arial, Helvetica, sans-serif;
font-size: 110%;
}
/* FORMS FOR E-RANG */
#comment_form {
margin-top: 24px;

View File

@ -507,7 +507,8 @@ right:0px;
width:100%;
height:100%;
z-index:1000;} /*everything except the lightbox panel should be below this z-index*/
#lightboxPanel {
display:none;
position:fixed;

View File

@ -22,7 +22,7 @@
<h1>{{ title }}</h1>
{% if photos %}
<div id="imagesContainer">
<h3>Photos</h3>
<h3 class="orange">Photos</h3>
{% for p in photos %}
{% thumbnail p.image "640" as bigimage %}
{% thumbnail p.image "164x114" crop="center" as thumb %}