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{
width:350px;
width:370px;
margin:0 15px 10px;
display:inline-block;
text-align:justify;
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{
@@ -322,7 +333,6 @@ a:visited{
#featured-boxs h2{
font-family:Verdana, Geneva, sans-serif;
font-weight:100;
font-size:19px;
color:#555555;
}
@@ -338,7 +348,7 @@ a:visited{
display: block;
margin-left: auto;
margin-right: auto;
max-width: 350px;
max-width: 370px;
width: 98%;
}