mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
aaa81b4834
Summary: Fixes T12305. Centers the buttons, which I prefer anyways. Test Plan: Review buttons, now centered. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12305 Differential Revision: https://secure.phabricator.com/D17394
8 lines
95 B
CSS
8 lines
95 B
CSS
/**
|
|
* @provides phui-pager-css
|
|
*/
|
|
|
|
.phui-pager-view {
|
|
clear: both;
|
|
text-align: center;
|
|
}
|