Skip to content

Commit

Permalink
Space out CSS for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner authored and Sean Powell committed Nov 6, 2011
1 parent c44e3f7 commit 0c73772
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions email.html
Expand Up @@ -210,14 +210,14 @@
***********/

/* Client-specific Styles */
#outlook a{padding:0;} /* Force Outlook to provide a "view in browser" button. */
body{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
body{-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} /* Prevent Webkit and Windows Mobile platforms from changing default font sizes. */
#outlook a { padding:0; } /* Force Outlook to provide a "view in browser" button. */
body { width:100% !important; } .ReadMsgBody { width:100%; } .ExternalClass { width:100%; } /* Force Hotmail to display emails at full width */
body { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } /* Prevent Webkit and Windows Mobile platforms from changing default font sizes. */

/* Reset Styles */
body{margin:0; padding:0;}
img{height:auto; line-height:100%; outline:none; text-decoration:none;}
#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}
body { margin:0; padding:0; }
img { height:auto; line-height:100%; outline:none; text-decoration:none; }
#backgroundTable { height:100% !important; margin:0; padding:0; width:100% !important; }

/** End Mail Chimp Reset **/

Expand Down Expand Up @@ -273,7 +273,7 @@
INLINE: No.
**/

.yshortcuts, .yshortcuts a, .yshortcuts a:link,.yshortcuts a:visited, .yshortcuts a:hover, .yshortcuts a span { color: black; text-decoration: none !important; border-bottom: none !important; background: none !important;} /* Body text color for the New Yahoo. This example sets the font of Yahoo's Shortcuts to black. */
.yshortcuts, .yshortcuts a, .yshortcuts a:link,.yshortcuts a:visited, .yshortcuts a:hover, .yshortcuts a span { color: black; text-decoration: none !important; border-bottom: none !important; background: none !important; } /* Body text color for the New Yahoo. This example sets the font of Yahoo's Shortcuts to black. */

</style>
>>>>>>> Change all tabs to 4 spaces
Expand Down
14 changes: 7 additions & 7 deletions email_lite.html
Expand Up @@ -134,14 +134,14 @@
<style type="text/css">

/* Client-specific Styles */
#outlook a{padding:0;} /* Force Outlook to provide a "view in browser" button. */
body{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
body{-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} /* Prevent Webkit and Windows Mobile platforms from changing default font sizes. */
#outlook a { padding:0; } /* Force Outlook to provide a "view in browser" button. */
body { width:100% !important; } .ReadMsgBody { width:100%; } .ExternalClass { width:100%; } /* Force Hotmail to display emails at full width */
body { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } /* Prevent Webkit and Windows Mobile platforms from changing default font sizes. */

/* Reset Styles */
body{margin:0; padding:0;}
img{height:auto; line-height:100%; outline:none; text-decoration:none;}
#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}
body { margin:0; padding:0; }
img { height:auto; line-height:100%; outline:none; text-decoration:none; }
#backgroundTable { height:100% !important; margin:0; padding:0; width:100% !important; }

p {
margin: 1em 0;
Expand All @@ -168,7 +168,7 @@
border-collapse:collapse;
}

.yshortcuts, .yshortcuts a, .yshortcuts a:link,.yshortcuts a:visited, .yshortcuts a:hover, .yshortcuts a span { color: black; text-decoration: none !important; border-bottom: none !important; background: none !important;} /* Body text color for the New Yahoo. This example sets the font of Yahoo's Shortcuts to black. */
.yshortcuts, .yshortcuts a, .yshortcuts a:link,.yshortcuts a:visited, .yshortcuts a:hover, .yshortcuts a span { color: black; text-decoration: none !important; border-bottom: none !important; background: none !important; } /* Body text color for the New Yahoo. This example sets the font of Yahoo's Shortcuts to black. */


</style>
Expand Down

0 comments on commit 0c73772

Please sign in to comment.