-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
css without browser prefixes #4
Comments
And Aladdin says, "I want to remove or put the browsers prefixes whenever...", he rubbed the lamp and Yes!, his wish came true... Thanks a lot Quinn for your great ideas and contribution. We Just need push AniCollection to some CDN, but my internet connection was very poor today. I am sorry :( Good evening |
Thanks Dariel, the more you add the things I want the more I want to help
twitter. @quitequinn https://twitter.com/QuiteQuinn On Tue, Mar 24, 2015 at 10:22 PM, Dariel Noel Vila Plagado <
|
Could be nice. You're welcome :) |
Kevin, could you please add anicollection to cdnjs? Basically we just need to fork the CDNJS repository, create a folder and sumbit a PR to the CNDJS repository. You can see the steps here. I cannot do it, because I am living in Venezuela and my connection is slowly and the repository is huge. Thanks ;) |
#outlook a {
padding: 0;
}
body {
width: 100% !important;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
padding: 0;
background-color: #f3f3f3;
}
html, body {
height: 100%;
}
body, td {
font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 16px;
}
body, td, p {
line-height: 24px;
}
.ExternalClass {
width: 100%;
}
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
line-height: 100%;
}
img {
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
}
a img {
border: none;
}
.image_fix {
display: block;
}
p {
margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
color: black !important;
line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #00afd8 !important;
}
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
color: red !important;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
color: #0086a5 !important;
}
table td {
border-collapse: collapse;
}
table {
border-collapse: collapse;
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
a {
color: #00afd8;
}
h1 {
font-size: 2em;
font-weight: 500;
}
You're Invited!
Quinn Keaveney
([email protected]) invited you
to join them on on Massdrop to check out the Audiophile, Men's Apparel, Hobby Shop, Mechanical Keyboards, Tech, Ultralight, Men's Accessories, and DIY Tech Communities.
Massdrop is community-driven commerce: we make products
with input from our members and give them a place to connect, learn,
and shop with people who share their interests.
Join Massdrop
Unsubscribe
655 Montgomery St. Suite 800, San Francisco, CA 94111
|
I think your css would be better off without the browser prefixes. Most workflows use something like prefixfree anyway. PLUS there are services that add the prefixes for you, but none (that i know of) that remove them.
I'm using the collection in a site now and I'm removing the prefixes to cut down on bloating.
The text was updated successfully, but these errors were encountered: