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:
Andreas Gohr 2017-02-13 16:53:06 +01:00
commit e1fee95368
7 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#meta-box {
#spr__meta-box {
position: relative;
z-index: 10;
display: inline-block;