diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-03-06 04:50:58 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-03-06 04:50:58 +0000 |
commit | 45019979f3a06300139aeef72e7ef6f3f4d5833f (patch) | |
tree | 7eda6be66b3b649192672fcc6e95de9f78976172 /share/www/style | |
parent | b64710f6e894fc70c962c2ea2493accfb3738652 (diff) |
roll Applications tab out of Futon index page
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@750769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r-- | share/www/style/layout.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index c17c1942..0971c2ee 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -336,8 +336,8 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; /* Database table */ -#databases thead th.apps, #databases thead th.size, #databases thead th.count, #databases thead th.seq, -#databases thead th.apps, #databases tbody td.size, #databases tbody td.count, #databases tbody td.seq { +#databases thead th.size, #databases thead th.count, #databases thead th.seq, +#databases tbody td.size, #databases tbody td.count, #databases tbody td.seq { text-align: right; } |