mirror of
https://github.com/xodio/xod.git
synced 2026-03-25 18:16:55 +01:00
16 lines
227 B
CSS
16 lines
227 B
CSS
|
|
.figure.align-right {
|
|
text-align: center;
|
|
}
|
|
|
|
div.figure p.caption {
|
|
font-family: 'Roboto Condensed', sans-serif;
|
|
font-size: 13px;
|
|
text-align: left;
|
|
}
|
|
|
|
div.figure p.caption:before {
|
|
content: '◼ ';
|
|
color: black;
|
|
}
|