Compare commits

...

2 Commits
2.3.0 ... 2.3.1

Author SHA1 Message Date
Kevin Ansfield
fd56128f9b Upgrading Casper to 2.3.1 2018-05-29 15:40:50 +01:00
malfusion
cd3b470c18 Fix for missing default avatar and firefox footer misalignment (#458) 2018-05-29 10:38:27 +02:00
2 changed files with 5 additions and 3 deletions

View File

@@ -462,7 +462,8 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
padding: 0 25px 25px;
}
.author-profile-image {
.author-profile-image,
.avatar-wrapper {
display: block;
background: color(var(--lightgrey) l(+10%));
border-radius: 100%;
@@ -1271,7 +1272,8 @@ Usage (In Ghost editor):
display: flex;
}
.author-card .author-profile-image {
.author-card .author-profile-image,
.author-card .avatar-wrapper {
margin-right: 15px;
width: 60px;
height: 60px;

View File

@@ -2,7 +2,7 @@
"name": "casper",
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
"demo": "https://demo.ghost.io",
"version": "2.3.0",
"version": "2.3.1",
"engines": {
"ghost": ">=1.2.0"
},