> El 15 nov 2016, a las 06:16, Christian Beer <[email protected]> > escribió: > >> On 14.11.2016 23:41, David Anderson wrote: >> I noticed (as Jord did) that with the recent Bootstrap changes, >> some pages have absurdly large text the first time you view them >> in a particular browser. > > I wonder if this is related to BOINC using mainly tables instead of > div's while bootstrap is centered to use mainly div's. Or we are not > using the correct CSS classes.
Probably; don't use tables for layout. A good rule of thumb is: if transposing rows and columns makes no sense, it's wrong to be using <table>. -- Nicolás _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
