Make WordPress Core

Changeset 26463


Ignore:
Timestamp:
11/29/2013 04:21:46 AM (11 years ago)
Author:
dd32
Message:

Themes: Remove some unused CSS (we have neither a .theme-categories or .theme-linear-grid). See #25948

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/theme.css

    r26462 r26463  
    664664}
    665665
    666 
    667 /**
    668  * Theme Browser...
    669  *
    670  *
    671  */
    672 .theme-categories {
    673     background: #fbfbfb;
    674     border: 1px solid #dedede;
    675     box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1);
    676     color: #999;
    677     display: inline-block;
    678     font-size: 13px;
    679     margin: 20px 0 30px;
    680     padding: 15px 20px;
    681 }
    682 .theme-categories a {
    683     color: #999;
    684     margin: 0 5px;
    685     text-decoration: none;
    686 }
    687 .theme-categories a.current {
    688     border-bottom: 2px solid #555;
    689     color: #555;
    690     font-weight: 800;
    691 }
    692 .theme-linear-grid {
    693     border-bottom: 3px solid #ddd;
    694     margin: 0 0 30px;
    695     overflow-x: hidden;
    696     padding-bottom: 20px;
    697     position: relative;
    698 }
    699 .theme-linear-grid .theme-section {
    700     margin: 0 0 20px;
    701 }
    702 .theme-linear-grid .themes {
    703     position: relative;
    704     white-space: nowrap;
    705 }
    706 .theme-linear-grid .theme {
    707     float: none;
    708     display: inline-block;
    709     margin: 0 2.4% 0 0;
    710 }
    711 .theme-linear-grid .show-more-themes {
    712     background: rgba(0,0,0,0.8);
    713     color: #eee;
    714     display: none;
    715     width: 80px;
    716     height: 100%;
    717     position: absolute;
    718         right: 0;
    719         top: 0;
    720 }
    721 
    722 
    723666/**
    724667 * Basic Responsive structure...
Note: See TracChangeset for help on using the changeset viewer.