Update to Drupal 8.0.0 beta 14. For more information, see https://drupal.org/node/2544542
This commit is contained in:
parent
3b2511d96d
commit
81ccda77eb
2155 changed files with 54307 additions and 46870 deletions
|
@ -114,7 +114,7 @@ abbr.ajax-changed {
|
|||
}
|
||||
|
||||
/* Inline error messages. */
|
||||
.form-error-message:before {
|
||||
.form-item--error-message:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 14px;
|
||||
|
@ -164,6 +164,19 @@ abbr.ajax-changed {
|
|||
padding: 1px 20px 1px 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Feed Icon.
|
||||
* Markup generated by feed-icon.html.twig.
|
||||
*/
|
||||
.feed-icon {
|
||||
background: url(../../../misc/feed.png) no-repeat;
|
||||
overflow: hidden;
|
||||
text-indent: -9999px;
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Markup generated by pager.html.twig.
|
||||
*/
|
||||
|
|
Reference in a new issue