diff options
Diffstat (limited to 'public/stylesheets/application.css')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 5204df4cf..ea4fc0410 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -202,6 +202,8 @@ tr.user td { white-space: nowrap; } tr.user.locked, tr.user.registered { color: #aaa; } tr.user.locked a, tr.user.registered a { color: #aaa; } +table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;} + tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;} tr.time-entry { text-align: center; white-space: nowrap; } |