sixth and final part of syncing LCARStrek with Firefox 36 windows theme changes
[themes.git] / LCARStrek / browser / devtools / font-inspector.css
index 5d02dca64e6845dfe5b54046e5f8c32949aa379d..70a0b0e741f82160fdfbd932ad46b8581af62383 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 {
@@ -52,14 +51,12 @@ body {
 }
 
 .font-preview {
+  margin-left: -4px;
   height: 60px;
-  width: 100%;
-  border: 0;
   display: block;
 }
 
 .font-info {
-  font-size: 1rem;
   display: block;
 }