Changes
Jump to navigation
Jump to search
Line 11:
Line 11:
− display: inline-block; +
− +
− +
− +
+
+
− +
− border: 1px solid #E7D180; +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
no edit summary
.article-tile {
.article-tile {
position: relative;
margin-bottom: 0.25em;
height: 129px;
background-color: #B3812C;
width: 191px;
border: 1px solid #E4EAEE;
margin-bottom: 24px;
background-color: #E7D180;
border: 3px solid #B3812C;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1);
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1);
}
}
.article-tile-container {
.article-tile-container {
padding-left: 0.5em;
position: absolute;
top: 113px;
width: 191px;
line-height: 12px;
z-index: 3;
}
.article-tile-label {
background-color: #B3812C;
padding: 2px;
font-family: 'Linux Libertine','Georgia','Times',serif;
float: right;
}
.article-tile-image {
margin: 3px;
}
}