mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 17:57:28 -05:00
Add the ability to feature an image in an article on list pages
This commit is contained in:
@ -7,13 +7,17 @@
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.post-title a {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
.post-description {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.post-title a {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
.post-image {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.readmore {
|
||||
@ -82,6 +86,11 @@ body {
|
||||
max-width: 720px;
|
||||
}
|
||||
|
||||
img:not(.noborder) {
|
||||
padding: 5px;
|
||||
border: 5px solid #1b5b9b;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #4da6ff;
|
||||
text-decoration: inherit;
|
||||
|
Reference in New Issue
Block a user