Created
April 10, 2012 00:38
-
-
Save ctriolo/2347632 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| /** | |
| * Dice Image | |
| */ | |
| .board-container { | |
| position: relative; | |
| } | |
| #dice-image-container { | |
| position: absolute; | |
| top: 50%; | |
| left: 50%; | |
| margin-left:-160px; | |
| margin-top:-133px; | |
| } |
This file contains hidden or 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
| // old stuff | |
| block board | |
| a#start.btn.btn-primary.btn-large.disabled Waiting... | |
| #startBackground | |
| // new stuff | |
| #dice-image-container | |
| img#dice-image(src="http://www.gifs.net/Animation11/Science_and_Body/Physics/dice.gif") | |
| // old stuff | |
| include includes/board |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment