Making WordPress.org

Changeset 1796


Ignore:
Timestamp:
07/28/2015 04:33:56 PM (11 years ago)
Author:
ocean90
Message:

Forum styles: Fix pagination for RTL.

props ramiy.
fixes #1067.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/forum-wp4.css

    r1795 r1796  
    1616}
    1717
    18 .alt{
     18.alt {
    1919        background: #fff;
    2020}
    2121
    22 .sticky{
     22.sticky {
    2323        background: #f695a9;
    2424}
    2525
    26 .deleted{
     26.deleted {
    2727        background: #ff9999;
    2828}
     
    284284
    285285.page-numbers {
    286         font-size: 10px;
    287         padding: 2px 4px;
     286        font-size: 11px;
     287        line-height: 1;
     288        padding: 4px 6px;
    288289        margin-right: 3px;
    289290        border-width: 1px;
     
    291292        background-color: #fff;
    292293        border-color: #ccc;
     294        display: inline-block;
     295        text-align: center;
    293296}
    294297
Note: See TracChangeset for help on using the changeset viewer.