Rename article-author-top class to article-author-side
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
.prefix(12,4);
|
||||
.suffix(12,3.5);
|
||||
}
|
||||
.article-author-top {
|
||||
.article-author-side {
|
||||
.grid(12,1.5);
|
||||
.prefix(12,2);
|
||||
}
|
||||
|
@ -40,7 +40,7 @@
|
||||
.prefix(12,3);
|
||||
.suffix(12,3);
|
||||
}
|
||||
.article-author-top {
|
||||
.article-author-side {
|
||||
display: block;
|
||||
.grid(12,2);
|
||||
.prefix(12,0.5);
|
||||
|
@ -3,7 +3,7 @@
|
||||
// TEXTURE ====================================================
|
||||
// ELEMENTS ===================================================
|
||||
// LAYOUT =====================================================
|
||||
.article-author-top,
|
||||
.article-author-side,
|
||||
.article-author-bottom {
|
||||
h3,
|
||||
.bio-photo,
|
||||
|
@ -117,7 +117,7 @@ body {
|
||||
clear: both;
|
||||
font-size: 80%;
|
||||
}
|
||||
.article-author-top,
|
||||
.article-author-side,
|
||||
.article-author-bottom {
|
||||
h3 {
|
||||
margin-bottom: 0;
|
||||
@ -150,7 +150,7 @@ body {
|
||||
.translate(0, 2px);
|
||||
}
|
||||
}
|
||||
.article-author-top {
|
||||
.article-author-side {
|
||||
display: none;
|
||||
}
|
||||
.article-author-bottom {
|
||||
|
Reference in New Issue
Block a user