Recent changes: Update the look
This commit is contained in:
parent
ee8bc742a8
commit
3177760f2b
@ -220,7 +220,6 @@ caption { caption-side: top; font-size: small; }
|
|||||||
|
|
||||||
p code,
|
p code,
|
||||||
article .codeblock,
|
article .codeblock,
|
||||||
.recent-changes__entry,
|
|
||||||
table,
|
table,
|
||||||
.transclusion_stand-out {
|
.transclusion_stand-out {
|
||||||
background-color: rgba(220, 220, 220, 0.5);
|
background-color: rgba(220, 220, 220, 0.5);
|
||||||
@ -275,7 +274,6 @@ input[type="text"], input[type="password"],
|
|||||||
.btn,
|
.btn,
|
||||||
article code,
|
article code,
|
||||||
article .codeblock,
|
article .codeblock,
|
||||||
.recent-changes__entry,
|
|
||||||
.history__entry,
|
.history__entry,
|
||||||
.upload-amnt,
|
.upload-amnt,
|
||||||
textarea,
|
textarea,
|
||||||
@ -579,9 +577,12 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.recent-changes__entry {
|
.recent-changes__entry {
|
||||||
margin: 12px 0;
|
padding: 8px 16px;
|
||||||
padding: 8px 6px;
|
border: 2px solid #999;
|
||||||
border-radius: 2px;
|
margin: 0 -16px;
|
||||||
|
}
|
||||||
|
.recent-changes__entry + .recent-changes__entry {
|
||||||
|
margin-top: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recent-changes__entry * + * {
|
.recent-changes__entry * + * {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user