diff options
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 | } |
