X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fpreferences.css;h=d6a3c75d5ba45b92cdfeee1bca86ef56d19b8c96;hp=cccf7d3064a9e0c44d38229fd260b3e5b3d336fd;hb=93c91f62d8a75f3af43e52e373405ebf37fc196c;hpb=3d64e0cebebe213f541634b9a0b2c6e7ba84fcfb diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index cccf7d30..d6a3c75d 100644 --- a/LCARStrek/browser/preferences/in-content/preferences.css +++ b/LCARStrek/browser/preferences/in-content/preferences.css @@ -6,11 +6,6 @@ @namespace html "http://www.w3.org/1999/xhtml"; -@font-face { - font-family: "Clear Sans"; - src: url("chrome://browser/content/fonts/ClearSans-Regular.woff") format('woff'); -} - #dialogBox, dialog, window, @@ -49,7 +44,7 @@ caption > label { prefpane { max-width: 800px; padding: 0; - font-family: "Clear Sans", sans-serif; + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; font-size: 1.25rem; line-height: 22px; color: #FF9F00; @@ -297,7 +292,6 @@ radio { .category-name { line-height: 22px; - font-family: "Clear Sans", sans-serif; font-size: 1.25rem; padding-bottom: 2px; -moz-padding-start: 9px; @@ -512,7 +506,6 @@ filefield { #typeColumn, #actionColumn { - font-family: "Clear Sans", sans-serif; line-height: 20px; /* color: #737980; height: 36px; @@ -683,6 +676,9 @@ tree:not(#rejectsTree) { /* === END shared/in-content/preferences.css === */ +caption { +} + .indent-small { -moz-margin-start: 10px; }