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
#container, | |
#container ul, | |
#container li { | |
float: left; | |
position: relative; | |
} | |
#container { | |
width: 100%; | |
overflow: hidden; |
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
<div class="winner"> | |
<div class="image-wrap"> | |
<a href=""> | |
<img src="<%= Forgery(:winners).largecrops %>" width="270" height="200" /> | |
</a> | |
</div> | |
<div class="info"> | |
<a href=""> | |
<img src="<%= Forgery(:winners).avatars %>" width="75" height="75"/> | |
<%= Forgery(:winners).designernames %></a> |
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
h1 { | |
color: $bluegrey; | |
font-family: "Proxima Nova Semibold"; | |
} | |
.winner { | |
display: inline-block; | |
margin-bottom: 1rem; | |
margin-left: .5rem; | |
margin-right: .5rem; |
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
/** | |
* Bottom margin/padding double ups | |
*/ | |
h2 { | |
margin: 0 0 15px 0; | |
} | |
p { | |
margin: 0 0 15px 0; |
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
.invoice-table th { | |
text-align: left; | |
} | |
.invoice-table tfoot th, | |
.invoice-table tfoot td { | |
text-align: right; | |
} |
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
.invoice-table th { | |
text-align: left; | |
} | |
.invoice-table tfoot th, | |
.invoice-table tfoot td { | |
text-align: right; | |
} |
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
# https://git-scm.com/docs/git-config/#Documentation/git-config.txt-pushdefault | |
git config --global --add --bool push.autoSetupRemote true |
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
git config --global core.excludesFile '~/.gitignore' |