diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-08-29 14:47:59 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-08-29 14:47:59 +0000 |
commit | fbc8c2adc71267824c5ad0b72200a018fb2044e5 (patch) | |
tree | 7997ab4fd9e26f2c434c186655fc537f9371c8eb | |
parent | e9f4150f9d325ebf35c0db37ce2796ec8d240e0d (diff) |
Fix up svn:ignore properties after runtimeconfig branch merge.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690276 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | etc/couchdb/couch.ini.tpl.in | 0 | ||||
-rw-r--r-- | share/www/style/layout.css | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/couch.ini.tpl.in b/etc/couchdb/couch.ini.tpl.in deleted file mode 100644 index e69de29b..00000000 --- a/etc/couchdb/couch.ini.tpl.in +++ /dev/null diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 3ea1cbcf..0e6e44c2 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -327,6 +327,7 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; #tabs .active :link, #tabs .active :visited { background: #e9e9e9; border-bottom-color: #e9e9e9; color: #333; } +#tabs :link:focus, #tabs :visited:focus { outline: none; } /* Document fields table */ |