> http://buzzword.org.uk/2014/pm/bootstrap.min.css (missing)

retrieved 1st of January 2017, http://buzzword.org.uk seems to be back online

I hope posting the code works here , updating the parent didn't work.(probably hit the 64k limit)

Update

under construction, the code below is 18,6k big (according to my FF)

Less 64k means the issue must be somewhere else (?), most probably related to lost Carriage returns.

I'll dig deeper into it later.

Update

OK emacs and OS say its far more than 110k , so I'll only keep the header here.

It most obviously comes from a public source, so compensating the next outage shouldn't be too difficult.

@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic" +); /*! * bootswatch v3.2.0 * Homepage: [HTTP://bootswatch.com] * Copyright 2012-2014 Thomas Park * Licensed under MIT * Based on Bootstrap */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */

In reply to Re^3: PerlMonks meets Twitter Bootstrap (copy?) by LanX
in thread PerlMonks meets Twitter Bootstrap by tobyink

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.