mirror of
https://github.com/jimeh/modern_bubbling.git
synced 2026-02-19 11:56:38 +00:00
12 lines
158 B
CSS
12 lines
158 B
CSS
.bubble .bottomleft {
|
|
height: 17px;
|
|
bottom: 12px;
|
|
}
|
|
.bubble .bottom {
|
|
height: 17px;
|
|
bottom: 12px;
|
|
}
|
|
.bubble .bottomright {
|
|
height: 17px;
|
|
bottom: 12px;
|
|
} |