style: Make padding a shorthand

... and add the real properties:
- padding-top
- padding-left
- padding-bottom
- padding-right
This commit is contained in:
Benjamin Otte
2011-05-22 05:42:17 +02:00
parent 0c7e5a51f3
commit a35aa96149
3 changed files with 79 additions and 15 deletions

View File

@ -667,6 +667,30 @@
* </entry>
* </row>
* <row>
* <entry>padding-top</entry>
* <entry>integer</entry>
* <entry>#gint</entry>
* <entry>padding-top: 5;</entry>
* </row>
* <row>
* <entry>padding-left</entry>
* <entry>integer</entry>
* <entry>#gint</entry>
* <entry>padding-left: 5;</entry>
* </row>
* <row>
* <entry>padding-bottom</entry>
* <entry>integer</entry>
* <entry>#gint</entry>
* <entry>padding-bottom: 5;</entry>
* </row>
* <row>
* <entry>padding-right</entry>
* <entry>integer</entry>
* <entry>#gint</entry>
* <entry>padding-right: 5;</entry>
* </row>
* <row>
* <entry>padding</entry>
* </row>
* <row>