summaryrefslogtreecommitdiff
path: root/testsuite/reftests/shorthand-entry-border.css
blob: b8f28f68a3b3520642f54fab03aefcccc94d0695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
* {
  border-radius: 0;
}

GtkWidget {
  border-right-width: 5px;
}

entry {
  border-width: 10px 20px;
}

entry {
  border-left-width: 10px;
  border-right-width: 10px;
}

#reference {
  border-width: 10px;
}