mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
17 lines
187 B
CSS
17 lines
187 B
CSS
.inline-marker {
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.green {
|
|
background-color: lime;
|
|
}
|
|
|
|
.blue {
|
|
background-color: lightblue;
|
|
}
|
|
|
|
.gray {
|
|
background-color: silver;
|
|
} |