mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-23 05:24:34 +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;
|
||||
|
||||
.file-save-link {
|
||||
margin : 0 20px 0 0;
|
||||
margin: 0 20px 0 0;
|
||||
}
|
||||
|
||||
.file-name {
|
||||
|
@ -154,7 +154,7 @@
|
|||
}
|
||||
|
||||
.mce-i-marvinjs::before {
|
||||
background-image: url('icon_small/marvinjs.svg');
|
||||
background-image: url("icon_small/marvinjs.svg");
|
||||
content: "";
|
||||
display: block;
|
||||
height: 22px;
|
||||
|
|
Loading…
Add table
Reference in a new issue