mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
19 lines
264 B
CSS
19 lines
264 B
CSS
|
/**
|
||
|
* @provides aphront-pager-view-css
|
||
|
*/
|
||
|
|
||
|
.aphront-pager-view {
|
||
|
clear: both;
|
||
|
text-align: right;
|
||
|
padding: 8px 4px 16px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.aphront-pager-view a {
|
||
|
padding: 2px 3px;
|
||
|
}
|
||
|
|
||
|
.aphront-pager-view a.current {
|
||
|
border-bottom: 2px solid;
|
||
|
}
|