Created
October 19, 2012 15:09
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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