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

Built from https://develop.svn.wordpress.org/trunk@26463


git-svn-id: http://core.svn.wordpress.org/trunk@26361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2013-11-29 04:22:10 +00:00
parent 2c78650fd0
commit 54d658ee4e
3 changed files with 1 additions and 115 deletions

View File

@ -663,63 +663,6 @@ body.theme-overlay-open {
font-weight: 700;
}
/**
* Theme Browser...
*
*
*/
.theme-categories {
background: #fbfbfb;
border: 1px solid #dedede;
box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1);
color: #999;
display: inline-block;
font-size: 13px;
margin: 20px 0 30px;
padding: 15px 20px;
}
.theme-categories a {
color: #999;
margin: 0 5px;
text-decoration: none;
}
.theme-categories a.current {
border-bottom: 2px solid #555;
color: #555;
font-weight: 800;
}
.theme-linear-grid {
border-bottom: 3px solid #ddd;
margin: 0 0 30px;
overflow-x: hidden;
padding-bottom: 20px;
position: relative;
}
.theme-linear-grid .theme-section {
margin: 0 0 20px;
}
.theme-linear-grid .themes {
position: relative;
white-space: nowrap;
}
.theme-linear-grid .theme {
float: none;
display: inline-block;
margin: 0 0 0 2.4%;
}
.theme-linear-grid .show-more-themes {
background: rgba(0,0,0,0.8);
color: #eee;
display: none;
width: 80px;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
/**
* Basic Responsive structure...
*

File diff suppressed because one or more lines are too long

View File

@ -663,63 +663,6 @@ body.theme-overlay-open {
font-weight: 700;
}
/**
* Theme Browser...
*
*
*/
.theme-categories {
background: #fbfbfb;
border: 1px solid #dedede;
box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1);
color: #999;
display: inline-block;
font-size: 13px;
margin: 20px 0 30px;
padding: 15px 20px;
}
.theme-categories a {
color: #999;
margin: 0 5px;
text-decoration: none;
}
.theme-categories a.current {
border-bottom: 2px solid #555;
color: #555;
font-weight: 800;
}
.theme-linear-grid {
border-bottom: 3px solid #ddd;
margin: 0 0 30px;
overflow-x: hidden;
padding-bottom: 20px;
position: relative;
}
.theme-linear-grid .theme-section {
margin: 0 0 20px;
}
.theme-linear-grid .themes {
position: relative;
white-space: nowrap;
}
.theme-linear-grid .theme {
float: none;
display: inline-block;
margin: 0 2.4% 0 0;
}
.theme-linear-grid .show-more-themes {
background: rgba(0,0,0,0.8);
color: #eee;
display: none;
width: 80px;
height: 100%;
position: absolute;
right: 0;
top: 0;
}
/**
* Basic Responsive structure...
*