Update to Drupal 8.0.0-beta15. For more information, see: https://www.drupal.org/node/2563023

This commit is contained in:
Pantheon Automation 2015-09-04 13:20:09 -07:00 committed by Greg Anderson
parent 2720a9ec4b
commit f3791f1da3
1898 changed files with 54300 additions and 11481 deletions

View file

@ -1,44 +1,3 @@
/**
* Inline diff metadata
*/
.diff-inline-metadata {
padding:4px;
border:1px solid #ddd;
background:#fff;
margin:0 0 10px;
}
.diff-inline-legend {
font-size:11px;
}
.diff-inline-legend span,
.diff-inline-legend label {
margin-right:5px;
}
/**
* Inline diff markup
*/
span.diff-deleted {
color:#ccc;
}
span.diff-deleted img {
border: solid 2px #ccc;
}
span.diff-changed {
background:#ffb;
}
span.diff-changed img {
border:solid 2px #ffb;
}
span.diff-added {
background:#cfc;
}
span.diff-added img {
border: solid 2px #cfc;
}
/**
* Traditional split diff theming
*/
@ -48,25 +7,8 @@ table.diff {
table-layout: fixed;
width: 100%;
}
table.diff .even, table.diff .odd {
background-color: inherit;
border: none;
}
table.diff .diff-prevlink {
text-align: left;
}
table.diff .diff-nextlink {
text-align: right;
}
table.diff .diff-section-title,
table.diff .diff-section-title {
background-color: #f0f0ff;
font-size: 0.83em;
font-weight: bold;
padding: 0.1em 1em;
}
table.diff .diff-context {
background-color: #fafafa;
background-color: #fafafa;
}
table.diff .diff-deletedline {
background-color: #ffa;
@ -80,13 +22,9 @@ table.diff .diffchange {
color: #f00;
font-weight: bold;
}
table.diff .diff-marker {
width: 1.4em;
}
table.diff .diff-content {
width: 50%;
}
table.diff th {
padding-right: inherit;
}