first part of syncing LCARStrek with Firefox 33 windows theme changes
[themes.git] / LCARStrek / browser / devtools / font-inspector.css
index 5d02dca64e6845dfe5b54046e5f8c32949aa379d..bba253e50dbe515a81128a5e3ddf5c203f5df493 100644 (file)
@@ -1,5 +1,5 @@
 * {
-  -moz-box-sizing: border-box;
+  box-sizing: border-box;
 }
 
 body {
@@ -31,8 +31,7 @@ body {
 }
 
 .font {
-  padding: 10px 5px;
-  font-size: 0;
+  padding: 10px 10px;
 }
 
 .theme-dark .font {
@@ -59,7 +58,6 @@ body {
 }
 
 .font-info {
-  font-size: 1rem;
   display: block;
 }