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

Class based styling #62

Merged
merged 6 commits into from
Dec 14, 2014
Merged

Class based styling #62

merged 6 commits into from
Dec 14, 2014

Commits on Dec 13, 2014

  1. Merge pull request #1 from knsv/master

    Update from master
    bjowes committed Dec 13, 2014
    Configuration menu
    Copy the full SHA
    71fd8e1 View commit details
    Browse the repository at this point in the history
  2. Added class definitions to nodes

    Removed the inline styling of nodes with classes, replaced with class
    attributes and a common CSS Style section at the start of the SVG.
    bjowes committed Dec 13, 2014
    Configuration menu
    Copy the full SHA
    3fcbc7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ef6d79 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2014

  1. Improved class styling for nodes

    Added unit testing
    classDefs are now exported to the common style of the SVG
    Styling is no longer copied from other mermaid SVGs on the same webpage
    bjowes committed Dec 14, 2014
    Configuration menu
    Copy the full SHA
    f656269 View commit details
    Browse the repository at this point in the history
  2. Removed unused variables

    bjowes committed Dec 14, 2014
    Configuration menu
    Copy the full SHA
    429b901 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pr/2'

    Conflicts:
    	.gitignore
    	dist/mermaid.full.min.js
    	dist/mermaid.slim.min.js
    bjowes committed Dec 14, 2014
    Configuration menu
    Copy the full SHA
    e550ef9 View commit details
    Browse the repository at this point in the history