mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 13:14:24 -04:00
use em tag as selector for img
This commit is contained in:
parent
4f42dfc3dc
commit
a307e42896
2 changed files with 6 additions and 4 deletions
|
@ -26,13 +26,15 @@ header h2 {
|
|||
#main_content div[align=center] h1 {
|
||||
display: none;
|
||||
}
|
||||
#main_content div[align=center] img[alt=logo] {
|
||||
#main_content img {
|
||||
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
|
||||
border-radius: 8px;
|
||||
}
|
||||
#main_content em img {
|
||||
display: block;
|
||||
margin-top: -83px;
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
|
||||
border-radius: 8px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue