remove .img-frame class, unnecessary with figures
This commit is contained in:
parent
ec042e466c
commit
1fe6623587
@ -131,10 +131,6 @@ img {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.img-frame {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
figure {
|
||||
padding: 5px;
|
||||
margin: 0;
|
||||
|
@ -54,11 +54,6 @@ blockquote {
|
||||
border: 1px solid #222;
|
||||
}
|
||||
|
||||
.img-frame {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
border: 1px solid #333;
|
||||
}
|
||||
|
||||
figure {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
border: 1px solid #333;
|
||||
|
@ -54,11 +54,6 @@ blockquote {
|
||||
border: 1px solid #DDD;
|
||||
}
|
||||
|
||||
.img-frame {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border: 1px solid #CCC;
|
||||
}
|
||||
|
||||
figure {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border: 1px solid #CCC;
|
||||
|
Loading…
Reference in New Issue
Block a user