Files @ 45904d4a25a2
Branch filter:

Location: NPO-Accounting/npo-accounting-ikiwiki/bootstrap-3.0.0/browserstack.json

bkuhn
Don't put any text in the <a> with only id so that the class isn't need in CSS.

<joar> you should change it to <a id="foo"></a>Generating reports
<joar> so, just create an empty <a> tag before the anchor target
<bkuhn> is that really the "right way" to do it?
<joar> it's the generally accepted way
<bkuhn> oh, ok.
<joar> it's the way sphinx does it, for example
<joar> I think wikipedia does the same
{
  "username": "--secure--",
  "key": "--secure--",
  "test_path": "js/tests/index.html",
  "browsers":  [
    {
      "browser": "firefox",
      "browser_version": "latest",
      "os": "OS X",
      "os_version": "Mountain Lion"
    },
    {
      "browser": "safari",
      "browser_version": "latest",
      "os": "OS X",
      "os_version": "Mountain Lion"
    },
    {
      "browser": "chrome",
      "browser_version": "latest",
      "os": "OS X",
      "os_version": "Mountain Lion"
    },
    {
      "browser": "firefox",
      "browser_version": "latest",
      "os": "Windows",
      "os_version": "7"
    },
    {
      "browser": "chrome",
      "browser_version": "latest",
      "os": "Windows",
      "os_version": "7"
    }
  ]
}