mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
SERP style updates
This commit is contained in:
parent
ccdadac374
commit
7c945cbc49
1 changed files with 18 additions and 4 deletions
|
@ -93,21 +93,35 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Meta Data
|
||||||
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
// These styles are copied from Google.com
|
||||||
.seo-preview {
|
.seo-preview {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
line-height: 1.46;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.seo-preview-title {
|
.seo-preview-title {
|
||||||
font-size: 1.6rem;
|
font-size: 1.8rem;
|
||||||
text-decoration: underline;
|
line-height: 2.16rem;
|
||||||
color: #1E0FBE;
|
color: #1E0FBE;
|
||||||
|
text-overflow: ellipses;
|
||||||
|
-webkit-text-overflow: ellipsis;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.seo-preview-link {
|
.seo-preview-link {
|
||||||
|
margin: 1px 0 2px 0;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
|
line-height: 1.6rem;
|
||||||
color: #006621;
|
color: #006621;
|
||||||
margin: 2px 0;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.seo-preview-description {
|
.seo-preview-description {
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
|
line-height: 1.4;
|
||||||
color: #545454;
|
color: #545454;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue