Badge functionality to layout/post.html (#265)
* add badges to default branch * add instructions in readme for post badges * update readme * add instructions for badges to readme yaml * switch GH badges to iframes and remove comment out cran badges * remove cran comment and update yaml table in readme file. * Update README.md * Update main.css
This commit is contained in:
parent
bbd747bacf
commit
0636b7ac64
3 changed files with 35 additions and 0 deletions
10
css/main.css
10
css/main.css
|
@ -589,6 +589,16 @@ footer .theme-by {
|
|||
border-bottom-left-radius: 5px;
|
||||
}
|
||||
|
||||
#header-gh-btns {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
@media only screen and (max-width: 500px) {
|
||||
#header-gh-btns > iframe {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
/* --- Pager --- */
|
||||
|
||||
.pager li a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue