Bug 1440132 - Remove unused bbox style;r=enn draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Wed, 21 Feb 2018 15:06:31 -0800
changeset 758146 570b5221f9de78dab20511b91800d3d1736351b5
parent 758049 28d364d49f99709bf0b419a58eee856354e022b8
push id99963
push userbgrinstead@mozilla.com
push dateWed, 21 Feb 2018 23:06:38 +0000
reviewersenn
bugs1440132
milestone60.0a1
Bug 1440132 - Remove unused bbox style;r=enn MozReview-Commit-ID: ClTBBoGaXxw
toolkit/content/xul.css
--- a/toolkit/content/xul.css
+++ b/toolkit/content/xul.css
@@ -95,20 +95,16 @@ page {
 }
 
 /******** box *******/
 
 vbox {
   -moz-box-orient: vertical;
 }
 
-bbox {
-  -moz-box-align: baseline;
-}
-
 /********** button **********/
 
 button {
   -moz-binding: url("chrome://global/content/bindings/button.xml#button");
 }
 
 button[type="repeat"] {
   -moz-binding: url("chrome://global/content/bindings/button.xml#button-repeat");