mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
18 lines
240 B
CSS
18 lines
240 B
CSS
/**
|
|
* @provides aphront-crumbs-view-css
|
|
*/
|
|
|
|
.aphront-crumbs-view {
|
|
margin: 1em 2em;
|
|
}
|
|
|
|
.aphront-crumbs-content {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
|
|
.aphront-crumbs-spacer {
|
|
padding: 0 .35em;
|
|
color: #888888;
|
|
}
|