gtk2/tests/reftests/border-half-pixel.css
2012-10-31 11:09:12 +01:00

12 lines
217 B
CSS

@import "reset-to-defaults.css";
.button {
border-top: 0.5px solid red;
border-bottom: 0.5px solid blue;
}
#reference {
border-top: 1px solid rgba(255,0,0,0.5);
border-bottom: 1px solid rgba(0,0,255,0.5);
}