mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
13 lines
189 B
CSS
13 lines
189 B
CSS
|
/**
|
||
|
* @provides pholio-css
|
||
|
*/
|
||
|
.pholio-mock-image-container {
|
||
|
background-color: #282828;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.pholio-mock-image {
|
||
|
margin: 10px 0px;
|
||
|
display: inline-block;
|
||
|
}
|