Skip to content
Snippets Groups Projects
Commit 223f4c2d authored by chris's avatar chris
Browse files

remove old css

parent 893e754e
No related branches found
No related tags found
1 merge request!259Captions
......@@ -102,11 +102,10 @@ export default css`
}
figure {
display: flex;
display: table;
flex-direction: column;
// align-items: center;
// justify-content: center;
// margin: 0px;
margin-left: auto;
margin-right: auto;
img {
cursor: default;
......@@ -117,16 +116,18 @@ export default css`
figcaption {
background: #e2ebff;
padding: 10px;
min-height: 50px;
caption-side: bottom;
display: table-caption;
max-width: 100%;
min-height: 20px;
padding: 4px;
width: auto;
overflow-y: auto;
&:focus {
outline: none;
}
&: before {
content: 'Caption : ';
font-weight: bold;
}
}
......@@ -375,20 +376,6 @@ export default css`
/* -- Block Math ---------------------------------------- */
figcaption {
background-color: #eee;
cursor: text;
height: 20px;
}
.decoration:before {
content: 'Caption : ';
}
.decoration1:before {
content: '';
}
math-display {
display: block;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment