I hereby claim:
- I am bojanpopic on github.
- I am bojanpopic (https://keybase.io/bojanpopic) on keybase.
- I have a public key whose fingerprint is 93EB C58A 0A83 6A5E B07B C678 29F6 7BB2 4946 999C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| repo="" # put the name of the repo here. Usually it is like this: organization/repo-name | |
| username="" # your github username | |
| password="" # your github password | |
| numberofpages= # leave blank for now and script will help you find the number of pages | |
| if [ -z $numberofpages ] | |
| then | |
| echo "No number of pages set, lets find out how many pages are there" |
| /* probably not working in IE7- */ | |
| .form-validate br { | |
| display: block; /* not to break flow */ | |
| margin-top: -12px; /* this actually control the height */ | |
| line-height:0; /* I'm not 100% sure this is needed */ | |
| content: " "; /* needed for chrome */ | |
| } |