mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-06 17:41:33 -04:00
remove image borders
This commit is contained in:
parent
a307e42896
commit
991bad0d9f
1 changed files with 1 additions and 1 deletions
|
@ -29,11 +29,11 @@ header h2 {
|
||||||
#main_content img {
|
#main_content img {
|
||||||
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
|
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
border: 0px;
|
||||||
}
|
}
|
||||||
#main_content em img {
|
#main_content em img {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: -83px;
|
margin-top: -83px;
|
||||||
border: 0px;
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue