maxg / handx

Markdown handouts + exercises
Other
2 stars 2 forks source link

Long URLs should not appear on printed handouts #11

Open maxg opened 7 years ago

maxg commented 7 years ago

We could remove Bootstrap's URL printing entirely:

@media print {
  a[href]:after {
    content: "";
  }
}

But perhaps we can cut off URLs after a maximum length instead?