You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css2] Split margin properties since margin-top/bottom do not apply to all elements; fixed border-color property so that transparent may be used for individual sides; fixed syntax of font-family; added shadow-effect to text-shadow property; text-align also applies to table cells
--HG--
extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401772
Copy file name to clipboardExpand all lines: css2/properties/properties.db
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# 7 fields: Name;; Values;; Initial value;; Applies to;; Inherited?;;Percentage values;; media groups
2
2
3
-
/* margin-top margin-right margin-bottom margin-left;; <margin-width> | inherit;; 0 ;; *;; no;; refer to width of
4
-
containing block ;; visual */
3
+
/* margin-right margin-left;; <margin-width> | inherit;; 0 ;; *;; no;; refer to width of containing block ;; visual */
4
+
5
+
/* margin-top margin-bottom;; <margin-width> | inherit;; 0 ;; all elements but inline, non-replaced elements;; no;; refer to width of containing block ;; visual */
6
+
5
7
/* margin;; <margin-width>{1,4} | inherit;; XX;; *;; no;; refer to width of containing block ;; visual
0 commit comments