Moving bakc to Verdana for Windows font. Ugh, this has to be fixed somehow.

This commit is contained in:
Samuel Clay 2013-01-08 08:50:22 -08:00
parent 62597c61e8
commit 3a0413bd12
2 changed files with 4 additions and 2 deletions

View file

@ -51,7 +51,7 @@ a img {
/* ==================== */
body {
font-family: "Lucida Sans", "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
font-family: "Lucida Sans", "Lucida Grande", Verdana, "Helvetica Neue", Helvetica, sans-serif;
}
.NB-theme-sans-serif-alt1 #story_pane {

View file

@ -4610,7 +4610,9 @@
$module.removeClass('NB-loading');
$module.replaceWith(resp);
self.load_javascript_elements_on_page();
}, $.noop);
}, function() {
$module.removeClass('NB-loading');
});
},
// ===================