h1 issues on view page, not getting styling from line 76 in inner-details.css
This commit is contained in:
parent
7c471208da
commit
5da5255cd4
|
@ -41,7 +41,7 @@ height:114px;
|
||||||
-moz-box-shadow:1px 1px 3px 3px #aaa;
|
-moz-box-shadow:1px 1px 3px 3px #aaa;
|
||||||
-webkit-box-shadow:1px 1px 3px 3px #aaa;
|
-webkit-box-shadow:1px 1px 3px 3px #aaa;
|
||||||
box-shadow:1px 1px 3px 3px #aaa;
|
box-shadow:1px 1px 3px 3px #aaa;
|
||||||
margin:5px;
|
margin:6px 5px;
|
||||||
cursor:pointer;}
|
cursor:pointer;}
|
||||||
|
|
||||||
.searchHighlight
|
.searchHighlight
|
||||||
|
@ -73,6 +73,20 @@ display:block;}
|
||||||
.hideText
|
.hideText
|
||||||
{display:none;}
|
{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 */
|
/* FORMS FOR E-RANG */
|
||||||
#comment_form {
|
#comment_form {
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
|
|
|
@ -507,7 +507,8 @@ right:0px;
|
||||||
width:100%;
|
width:100%;
|
||||||
height:100%;
|
height:100%;
|
||||||
z-index:1000;} /*everything except the lightbox panel should be below this z-index*/
|
z-index:1000;} /*everything except the lightbox panel should be below this z-index*/
|
||||||
|
|
||||||
|
|
||||||
#lightboxPanel {
|
#lightboxPanel {
|
||||||
display:none;
|
display:none;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
{% if photos %}
|
{% if photos %}
|
||||||
<div id="imagesContainer">
|
<div id="imagesContainer">
|
||||||
<h3>Photos</h3>
|
<h3 class="orange">Photos</h3>
|
||||||
{% for p in photos %}
|
{% for p in photos %}
|
||||||
{% thumbnail p.image "640" as bigimage %}
|
{% thumbnail p.image "640" as bigimage %}
|
||||||
{% thumbnail p.image "164x114" crop="center" as thumb %}
|
{% thumbnail p.image "164x114" crop="center" as thumb %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user