feature/return-to-starting-point-button #26
@ -164,7 +164,7 @@
|
||||
opacity: 100%;
|
||||
}
|
||||
|
||||
|
||||
#navigation div {
|
||||
#navigation span {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user
For semantical reasons I would use
div
instead ofspan
becausespan
is intended to be an inline element, however this a block element here.I don't know why, but it breaks the visualization. I didn't see any difference in the CSS tree, when I tried it.
I've realized I've left out the .navigationItem and that's why not the right div was selected. (I see now, that you wrote it correctly in your suggestion)