summaryrefslogtreecommitdiff
path: root/src/parse/properties/margin.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix padding shorthand parser in the face of inherit.John Mark Bell2009-06-271-0/+1
| | | | | | Document same fix to margin shorthand parser. svn path=/trunk/libcss/; revision=8049
* Fix margin shorthand parserJohn Mark Bell2009-06-261-0/+7
| | | | svn path=/trunk/libcss/; revision=8029
* Margin shorthand parserJohn Mark Bell2009-06-251-0/+236
| | | | svn path=/trunk/libcss/; revision=7997
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-4/+83
| | | | svn path=/trunk/libcss/; revision=7996
* Centralise !important handling.John Mark Bell2009-06-181-4/+0
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Less comedic inlining of huge functionsJohn Mark Bell2009-05-271-1/+1
| | | | svn path=/trunk/libcss/; revision=7577
* Split out margin and padding property parsers.John Mark Bell2009-05-261-0/+112
svn path=/trunk/libcss/; revision=7562