remove .img-frame class, unnecessary with figures

This commit is contained in:
Brian S. Stephan 2022-04-18 17:54:25 -05:00
parent ec042e466c
commit 1fe6623587
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
3 changed files with 0 additions and 14 deletions

View File

@ -131,10 +131,6 @@ img {
margin-left: 1em; margin-left: 1em;
} }
.img-frame {
padding: 5px;
}
figure { figure {
padding: 5px; padding: 5px;
margin: 0; margin: 0;

View File

@ -54,11 +54,6 @@ blockquote {
border: 1px solid #222; border: 1px solid #222;
} }
.img-frame {
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid #333;
}
figure { figure {
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
border: 1px solid #333; border: 1px solid #333;

View File

@ -54,11 +54,6 @@ blockquote {
border: 1px solid #DDD; border: 1px solid #DDD;
} }
.img-frame {
background-color: rgba(0, 0, 0, 0.1);
border: 1px solid #CCC;
}
figure { figure {
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1);
border: 1px solid #CCC; border: 1px solid #CCC;