mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 17:57:28 -05:00
Add git commit, improve post metadata wrapping
This commit is contained in:
@ -29,15 +29,11 @@
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.wordcount, .rss-link, .readingtime {
|
||||
(.date, .wordcount, .readingtime, .gitcommit, .tag) + (.date, .wordcount, .readingtime, .gitcommit, .tag) {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.tags {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.wordcount, .readingtime, .tag {
|
||||
.post-meta-item {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@ -121,6 +117,12 @@ hr {
|
||||
border-color: #444;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #282828;
|
||||
padding: 2px 4px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
Reference in New Issue
Block a user