Skip to content
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

Horizontal Ruler Helper #40

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 22, 2017

  1. Horizontal Ruler Helper

    Custom helper that adds a horizontal ruler to your email templates.
    Creativenauts committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    328d5f9 View commit details
    Browse the repository at this point in the history
  2. Update ruler.js

    Creativenauts committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    c6e54c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9965f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7c4a6c View commit details
    Browse the repository at this point in the history
  5. Changed code spacing

    Changed spacing from tab to spaces and size from 4 to 2.
    Creativenauts committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    8d2f686 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Added option to align the ruler

    I added the option to align the ruler left, right and center.
    
    I also updated the spacer variable and ruler output code block. I'm looking for a way to eliminate the use of a spacer.gif image in order for the email to render pixel perfect in outlook.
    
    Any suggestions on how to achieve perfect pixel height with empty cells in outlook?
    Creativenauts committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    c1f70c5 View commit details
    Browse the repository at this point in the history
  2. Eliminated spacer.gif

    I managed to find a way to eliminate the need for the spacer.gif image that works in Outlook.
    Creativenauts committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    fd1dc0f View commit details
    Browse the repository at this point in the history