Remove auto margin-left/margin-right from arbitrary descendants of display - should only be direct children of display.

This commit is contained in:
Michael Jumper
2012-10-24 11:54:30 -07:00
parent d0bedf6178
commit 3c5e662942

View File

@@ -157,6 +157,9 @@ div.dialog p {
div#display * {
position: relative;
}
div#display > * {
margin-left: auto;
margin-right: auto;
}