Themes: Remove a now defunct CSS class, .feature-container, which is no longer in use after r26141. See #25948
Built from https://develop.svn.wordpress.org/trunk@26465 git-svn-id: http://core.svn.wordpress.org/trunk@26363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ff3732e227
commit
9e80aaba10
|
@ -10036,13 +10036,6 @@ input.newtag:focus ~ div.taghint {
|
|||
width: 150px;
|
||||
}
|
||||
|
||||
.feature-container {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* General Widgets Styles */
|
||||
|
||||
.widget {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10036,13 +10036,6 @@ input.newtag:focus ~ div.taghint {
|
|||
width: 150px;
|
||||
}
|
||||
|
||||
.feature-container {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* General Widgets Styles */
|
||||
|
||||
.widget {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue