Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MyIntervals/PHP-CSS-Parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: lieutdan13/PHP-CSS-Parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 28, 2010

  1. Re-wrote a few __toString methods to account for CSSSize and CSSColor…

    … types where calling "implode" would fail
    
    Created a few CSSDocument helper methods to return a style when given a selector
    Dan Schaefer authored and root committed Dec 28, 2010
    Configuration menu
    Copy the full SHA
    59ed16b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2010

  1. Fixed Bug: The CSSSelector->aSelector is not being set correctly

    Added CSSParser->append to allow you to add multiple strings before parsing
    Dan Schaefer committed Dec 30, 2010
    Configuration menu
    Copy the full SHA
    01d149f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07bb6dc View commit details
    Browse the repository at this point in the history
  3. I did not commit the changes in the last commit

    Fixed Bug: The CSSSelector->aSelector is not being set correctly
    Added CSSParser->append to allow you to add multiple strings before parsing
    Dan Schaefer committed Dec 30, 2010
    Configuration menu
    Copy the full SHA
    a7c00b5 View commit details
    Browse the repository at this point in the history
Loading