diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-02-22 07:31:26 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-02-22 07:31:26 +0000 |
commit | 1ebc2117452516f6ac6f4f458d7372bc710b79d2 (patch) | |
tree | e6dc0c62e64e29247e5c2cf18343690d01e1bc0c /share/www/style | |
parent | 4838c35db5f4d49181b22d72f4cb5697b89c8870 (diff) |
Link to design docs that have ddoc.couchapp.index or index.html, from Futon database index.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@746644 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 0971c2ee..c17c1942 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.size, #databases thead th.count, #databases thead th.seq, -#databases tbody td.size, #databases tbody td.count, #databases tbody td.seq { +#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 { text-align: right; } |