1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 20:11:46 +02:00

Added a css fix for issue #69

This commit is contained in:
Glenn McLelland
2016-11-01 14:59:06 -05:00
parent 1c2d015e33
commit 66149758d9

View File

@@ -22,3 +22,7 @@
.content dl.nav dd ul li {
margin: 0;
}
#ProcessPageAddStatus {
display: inline !important;
}