diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-06-24 04:04:31 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-06-24 04:04:31 +0000 |
commit | a96cc93949fd8cf4bd91ce2fa49bb32b93a7de32 (patch) | |
tree | ecf30cad45401fe2c98ad2ff055b1fe591dfb57f /share/www/style | |
parent | fc01c0af15cfb080349856353d00c4d8216b4849 (diff) |
send browsers to /_utils/session.html when they need to log in
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r-- | share/www/style/layout.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index b8725f4a..191f3874 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -603,3 +603,9 @@ form#replicator p.actions { padding: 1px; clear: left; margin: 0; font-family: "DejaVu Sans Mono",Menlo,Courier,monospace; font-size: 11px; } + + +/* Session */ +#loginSignup { + font-size:200%; +}
\ No newline at end of file |