changed img height and header h2 size and colors
This commit is contained in:
parent
c97c4d9507
commit
8d2e74861d
|
@ -155,7 +155,11 @@
|
||||||
.hangar-extra-content .pfc-posts-main .news-thumb a img,
|
.hangar-extra-content .pfc-posts-main .news-thumb a img,
|
||||||
.hangar-extra-content .pft-posts-main .news-thumb a img {
|
.hangar-extra-content .pft-posts-main .news-thumb a img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
max-height: 8.3rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
overflow: hidden;
|
||||||
|
background: #eee;
|
||||||
|
|
||||||
}
|
}
|
||||||
/* layout one css starts */
|
/* layout one css starts */
|
||||||
.hangar-extra-content .pfc-posts-main .pfc-post.layout-one .news-thumb,
|
.hangar-extra-content .pfc-posts-main .pfc-post.layout-one .news-thumb,
|
||||||
|
|
|
@ -255,8 +255,8 @@ li.news a:hover{background: transparent url('images/newshover.png') no-repeat 0
|
||||||
line-height:28px;
|
line-height:28px;
|
||||||
}
|
}
|
||||||
/*el fem servir*/
|
/*el fem servir*/
|
||||||
/*#content.unic h2, #content.resultats h2 {*/
|
#content.unic h2, #content.resultats h2 {
|
||||||
#content h2 {
|
/*#content h2 {*/
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -266,9 +266,9 @@ li.news a:hover{background: transparent url('images/newshover.png') no-repeat 0
|
||||||
letter-spacing:normal;
|
letter-spacing:normal;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
.home #content h2 {
|
/*.home #content h2 {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
#content h3 {
|
#content h3 {
|
||||||
padding:20px 0px 12px 0px;
|
padding:20px 0px 12px 0px;
|
||||||
|
|
Loading…
Reference in New Issue