diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 04:41:54 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 04:41:54 +0200 |
| commit | 30ed9fd9a8bffb44e6ab91dfedb8c0e33837769a (patch) | |
| tree | 38ed0ff848d7995951b0e9f0f3b00f2e4f52cea1 /public | |
| parent | 644744183602c68508abb02dbb9f1f321a63f88f (diff) | |
Include assets, tags and template in diff between revisions
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index e04499d..7b39c72 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -549,6 +549,17 @@ table.revisions_table tr:hover { | |||
| 549 | cursor: help; | 549 | cursor: help; |
| 550 | } | 550 | } |
| 551 | 551 | ||
| 552 | .diff_unchanged { | ||
| 553 | color: #969696; | ||
| 554 | font-style: italic; | ||
| 555 | } | ||
| 556 | |||
| 557 | .diff_set_list { | ||
| 558 | list-style: none; | ||
| 559 | padding-left: 0; | ||
| 560 | margin: 0; | ||
| 561 | } | ||
| 562 | |||
| 552 | table.user_table td.user_login { | 563 | table.user_table td.user_login { |
| 553 | padding-right: 30px; | 564 | padding-right: 30px; |
| 554 | } | 565 | } |
