Skip to content

Instantly share code, notes, and snippets.

@phck
Created October 19, 2012 15:09
Show Gist options
  • Save phck/3918737 to your computer and use it in GitHub Desktop.
Save phck/3918737 to your computer and use it in GitHub Desktop.
Some small tweaks for mathjobs.org, including a fix for appearance of job ad
body {
width:70%;
font-family:"Futura";
font-size:12pt;
margin-left: auto;
margin-right:auto;
}
input[type=Submit]{background-color:white;}
input[type=Reset]{background-color:white;}
input:focus{background-color:white;}
img[src="https://www.mathjobs.org/icons/no.png"]{height:25px;}
img[src="https://www.mathjobs.org/icons/yes.png"]{height:25px;}
img[src="https://www.mathjobs.org/icons/wizard.png"]{height:25px;}
img[src="https://www.mathjobs.org/icons/new.gif"]{height:25px;}
img[src="https://www.mathjobs.org/icons/ec.gif"]{height:25px;}
table {
font-family:"Source Code Pro";
white-space: pre-wrap;
}
tr.navbar{
font-family:"Futura";
white-space: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment