Adding black border to articles images.
This commit is contained in:
parent
61f391b4fb
commit
8c617bed1d
@ -72,6 +72,8 @@ body {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap; }
|
||||
body div.page-contents div.description div.articles img {
|
||||
border: solid 1px black; }
|
||||
body div.page-contents div.description div.articles a {
|
||||
width: 100%;
|
||||
display: block;
|
||||
|
@ -97,6 +97,9 @@ body {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
img {
|
||||
border: solid 1px black;
|
||||
}
|
||||
a {
|
||||
width: 100%;
|
||||
display:block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user