/* ==========================================================================
   The publisher profile page.

   This was a <style> block inside publisher.html — 1 KB of page-local rules, and
   of commentary about them, in the markup of every response. It is the same CSS
   in the same order; what changed is that a reader who opens the page source
   sees the page rather than a stylesheet, and a browser that has been here
   before does not fetch these rules again.
   ========================================================================== */

/* Page-local: below 620px publisher-profile.js moves .pstats out of the
   masthead and in beside .pub-facts, so the two blocks of qualifying numbers
   sit together after the listings rather than one on each side of them. The
   stats keep their own top margin from views.css; what they need here is the
   gap to the block they now precede. */
@media (max-width: 620px) {
  .pstats { margin-bottom: 18px; }
}
