diff --git a/apply_australis.patch b/apply_australis.patch index 56d7e07d49..607ba2b1cb 100644 --- a/apply_australis.patch +++ b/apply_australis.patch @@ -1,11 +1,103 @@ +diff --git a/browser/app/profile/basilisk.js b/browser/app/profile/basilisk.js +index 75b8c6065c..434ce2d692 100644 +--- a/browser/app/profile/basilisk.js ++++ b/browser/app/profile/basilisk.js +@@ -391,7 +391,11 @@ pref("browser.tabs.loadDivertedInBackground", false); + pref("browser.tabs.loadBookmarksInBackground", false); + pref("browser.tabs.tabClipWidth", 140); + pref("browser.tabs.animate", true); ++#ifdef UNIX_BUT_NOT_MAC + pref("browser.tabs.drawInTitlebar", false); ++#else ++pref("browser.tabs.drawInTitlebar", true); ++#endif + + // When tabs opened by links in other tabs via a combination of + // browser.link.open_newwindow being set to 3 and target="_blank" etc are +diff --git a/browser/base/content/abouthome/aboutHome.css b/browser/base/content/abouthome/aboutHome.css +index b1926505db..9f5da438d0 100644 +--- a/browser/base/content/abouthome/aboutHome.css ++++ b/browser/base/content/abouthome/aboutHome.css +@@ -6,6 +6,7 @@ + + html { + font: message-box; ++ font-size: 100%; + background-color: hsl(0,0%,95%); + color: #000; + height: 100%; +@@ -19,10 +20,6 @@ body { + height: 100%; + } + +-h1 { +- font-weight: normal !important +-} +- + input, + button { + font-size: inherit; +@@ -34,9 +31,12 @@ a { + text-decoration: none; + } + ++.spacer { ++ -moz-box-flex: 1; ++} ++ + #topSection { + text-align: center; +- margin-top: 100px; + } + + #brandLogo { +diff --git a/browser/base/content/abouthome/aboutHome.xhtml b/browser/base/content/abouthome/aboutHome.xhtml +index 4b43548ddb..8fce4d2116 100644 +--- a/browser/base/content/abouthome/aboutHome.xhtml ++++ b/browser/base/content/abouthome/aboutHome.xhtml +@@ -37,7 +37,7 @@ +
+ +