mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-30 07:58:28 +08:00
Fix markup
This commit is contained in:
parent
1e8663548e
commit
03a45d7dd8
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.file-save-link {
|
.file-save-link {
|
||||||
margin : 0 20px 0 0;
|
margin: 0 20px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-name {
|
.file-name {
|
||||||
|
|
@ -154,7 +154,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mce-i-marvinjs::before {
|
.mce-i-marvinjs::before {
|
||||||
background-image: url('icon_small/marvinjs.svg');
|
background-image: url("icon_small/marvinjs.svg");
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue