gtk2/testsuite/reftests/shorthand-entry-border.css

19 lines
214 B
CSS
Raw Normal View History

@import "reset-to-defaults.css";
widget {
2012-01-17 16:09:30 +00:00
border-right-width: 5px;
}
entry {
2012-01-17 16:09:30 +00:00
border-width: 10px 20px;
}
entry {
2012-01-17 16:09:30 +00:00
border-left-width: 10px;
border-right-width: 10px;
}
#reference {
2012-01-17 16:09:30 +00:00
border-width: 10px;
}