mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
21 lines
280 B
CSS
21 lines
280 B
CSS
|
/**
|
||
|
* @provides phabricator-settings-css
|
||
|
*/
|
||
|
|
||
|
.phabricator-settings-homepagetable {
|
||
|
width: 60% !important;
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
.phabricator-settings-homepagetable td.fixed {
|
||
|
width: 24px;
|
||
|
text-align: center;
|
||
|
|
||
|
}
|
||
|
|
||
|
.phabricator-settings-panelview h1 {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
|