Skip to content

Instantly share code, notes, and snippets.

View baszoetekouw's full-sized avatar

Bas Zoetekouw baszoetekouw

View GitHub Profile
@baszoetekouw
baszoetekouw / surfdomeinen.css
Created April 7, 2020 08:31
CSS override for SURFdomeinen
/* main layout */
div.main {
display: table;
width: 100%;
}
table.section {
width: auto !important;
}
div.wrapper {
width: 100%;
#!/bin/sh
# $Id: ps2pdfwr,v 1.9 2002/02/21 21:49:28 giles Exp $
# Convert PostScript to PDF without specifying CompatibilityLevel.
OPTIONS=""
QUALITY="ebook"
while true
do
#!/bin/sh
# $Id: ps2pdfwr,v 1.9 2002/02/21 21:49:28 giles Exp $
# Convert PostScript to PDF without specifying CompatibilityLevel.
OPTIONS=""
QUALITY="ebook"
while true
do