support full box links and small improvements

This commit is contained in:
2017-01-07 23:18:36 +01:00
parent f23d204f57
commit 2e21f3ba6d

View File

@@ -281,11 +281,22 @@ a:visited{
} }
.featured-box{ .featured-box{
width:350px; width:370px;
margin:0 15px 10px; margin:0 15px 10px;
display:inline-block; display:inline-block;
text-align:justify; text-align:justify;
vertical-align:top; vertical-align:top;
position: relative; /* for boxlink */
}
.boxlink {
background: rgba(0, 0, 0, 0);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
} }
.featured-box-big{ .featured-box-big{
@@ -322,7 +333,6 @@ a:visited{
#featured-boxs h2{ #featured-boxs h2{
font-family:Verdana, Geneva, sans-serif; font-family:Verdana, Geneva, sans-serif;
font-weight:100;
font-size:19px; font-size:19px;
color:#555555; color:#555555;
} }
@@ -338,7 +348,7 @@ a:visited{
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 350px; max-width: 370px;
width: 98%; width: 98%;
} }