gtk/tests/css/parser/value-none.ref.css
Paolo Borelli e69f14cf2b Add border-{top|left|bottom|right}-style properties
Add all the border-style subproperties and turn border-style itself in a
shorthand.
2012-01-09 18:37:58 +01:00

14 lines
272 B
CSS

* {
background-image: none;
border-bottom-style: none;
border-image-source: none;
border-left-style: none;
border-right-style: none;
border-top-style: none;
box-shadow: none;
engine: none;
font-family: "none";
icon-shadow: none;
text-shadow: none;
}