diff options
Diffstat (limited to 'public')
-rwxr-xr-x | public/dispatch.fcgi | 2 | ||||
-rw-r--r-- | public/images/logo.png | bin | 1348 -> 1351 bytes | |||
-rw-r--r-- | public/robots.txt | 23 | ||||
-rw-r--r-- | public/stylesheets/main.css | 11 | ||||
-rw-r--r-- | public/stylesheets/print.css | 7 |
5 files changed, 26 insertions, 17 deletions
diff --git a/public/dispatch.fcgi b/public/dispatch.fcgi index 3169ba267..ad34d90e4 100755 --- a/public/dispatch.fcgi +++ b/public/dispatch.fcgi @@ -4,7 +4,7 @@ # exceptions which forced the FastCGI instance to exit, great for debugging) # and the number of requests to process before running garbage collection. # -# By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log +# By default, the FastCGI crash log is Rails.root/log/fastcgi.crash.log # and the GC period is nil (turned off). A reasonable number of requests # could range from 10-100 depending on the memory footprint of your app. # diff --git a/public/images/logo.png b/public/images/logo.png Binary files differindex d5e87912c..a08bbeb58 100644 --- a/public/images/logo.png +++ b/public/images/logo.png diff --git a/public/robots.txt b/public/robots.txt index 6a8628c93..a187d0775 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -13,17 +13,18 @@ # http://help.yahoo.com/l/us/yahoo/search/webcrawler/slurp-02.html User-agent: * -Disallow: /annotate/ -Disallow: /new/ -Disallow: /search/ -Disallow: /similar/ -Disallow: /track/ -Disallow: /upload/ -Disallow: /user/contact/ -Disallow: /feed/ -Disallow: /profile/ -Disallow: /signin -Disallow: /body/*/view_email$ +Disallow: */annotate/ +Disallow: */new/ +Disallow: */search/ +Disallow: */similar/ +Disallow: */track/ +Disallow: */upload/ +Disallow: */user/contact/ +Disallow: */feed/ +Disallow: */profile/ +Disallow: */signin +Disallow: */request/*/response/ +Disallow: */body/*/view_email$ # The following adding Jan 2012 to stop robots crawling pages # generated in error (see diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index b9559ba17..a92b6b382 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -636,13 +636,15 @@ margin-top:-1em; margin:0 0 0 9em; } -p#sign_in_reason { +p#sign_in_reason, p#superuser_message { text-align:center; font-size:1.4em; font-weight:700; line-height:1em; } - +p#superuser_message { + font-size:1.2em; +} #signup,#signin { clear:none; margin-bottom:1em; @@ -1044,7 +1046,7 @@ padding:4px 0; .request_listing span.desc { background:url(/images/quote-marks.png) no-repeat; min-height:60px; -width:auto; +width:100%; color:#444; line-height:18px; padding:0 0 0 40px; @@ -1629,7 +1631,8 @@ div.controller_help h1 a,#logged_in_bar a,#logged_in_bar a:visited,#stepwise_mak } .request_left,#header_left { -width:625px; +width:575px; +padding-right:50px; float:left; } #authority_preview .request_left, diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css index 43d7a1807..89be21019 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -39,4 +39,9 @@ div.correspondence { #other-country-notice { display: none; -}
\ No newline at end of file +} + +.not-for-print { + display: none !IMPORTANT; +} + |