Adds references to posts
This commit is contained in:
parent
fb57ca43fc
commit
a3de983ff2
5 changed files with 51 additions and 1 deletions
|
@ -179,3 +179,31 @@ figcaption > p {
|
|||
footer a.footerlink {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
content .blog-reference {
|
||||
width: 100% - 20px;
|
||||
border: 1px solid;
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
content .blog-reference p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
content .blog-reference p.blog-reference-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
content .blog-reference p.blog-reference-title > a{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
content .blog-reference p.blog-reference-subtitle {
|
||||
font-size: 0.8rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
content .blog-reference p.blog-reference-description {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue