Making WordPress.org

Changeset 6378


Ignore:
Timestamp:
01/12/2018 08:50:09 PM (7 years ago)
Author:
obenland
Message:

WP.tv: Increase sidebar width.

Makes its content easier to consume.

Fixes #1457.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css

    r6377 r6378  
    14831483
    14841484#content {
    1485     width: 630px;
     1485    width: 100%;
    14861486    float: left;
    14871487}
     
    15691569
    15701570#commentform textarea {
    1571     width: 600px;
     1571    -webkit-box-sizing: border-box;
     1572    -moz-box-sizing: border-box;
     1573    box-sizing: border-box;
     1574    width: 100%;
    15721575    height: 100px;
    15731576    margin-bottom: 5px;
     
    17971800.secondary-content {
    17981801    float: right;
    1799     width: 170px;
     1802    width: 200px;
    18001803    margin: 0 0 50px 0;
    18011804}
     
    24272430.category-wordcamptv .secondary-content {
    24282431    float: left;
    2429     width: 170px;
     2432    width: 200px;
    24302433}
    24312434
Note: See TracChangeset for help on using the changeset viewer.