SPR-797 fix ID uniqueness
As explained on https://www.dokuwiki.org/devel:javascript#using_ids IDs may not clash with headlines. To avoid that all IDs have to use two subsequent underscores.
This commit is contained in:
parent
9281ecfa76
commit
e1fee95368
7 changed files with 16 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
#meta-box {
|
||||
#spr__meta-box {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue