Created
June 17, 2014 18:54
-
-
Save crismanNoble/fa42e062e214f1c6ac23 to your computer and use it in GitHub Desktop.
watmm, you should use this css to make the CAT023 Digipack page not look quite so, um, odd.
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.inner.cover { | |
padding-top: 62px; | |
} | |
div.inner.cover { | |
text-align: left; | |
} | |
body,html { | |
height: auto!important; | |
min-height: 100%; | |
} | |
h1.cover-heading { | |
font-size: 30px; | |
} | |
input[type="image"] { | |
margin-top: 10px; | |
margin-bottom: 20px; | |
/* width: 320px; */ | |
/* display: block; */ | |
} | |
table { | |
max-width: 320px; | |
text-align: center; | |
} | |
tr { | |
border-top: 10px solid transparent; | |
} | |
tr:first-of-type { | |
font-weight: bold; | |
font-size: 16px; | |
} | |
div.inner { | |
padding: 0 30px; | |
} | |
div.masthead.clearfix { | |
background: rgba(0,0,0,.4); | |
} | |
div.inner.cover { | |
max-width: 780px; | |
margin: 0 auto; | |
} | |
form { | |
max-width: 320px; | |
text-align: center; | |
margin: 0 auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment