mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 21:44:44 +00:00
CSS lint fix
This commit is contained in:
parent
fcce9b8dc1
commit
eede616086
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ body.explorer-open {
|
|||
top: 0;
|
||||
right: 0;
|
||||
z-index: -1;
|
||||
box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
|
||||
box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
.nav-main {
|
||||
|
|
|
|||
Loading…
Reference in a new issue