diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-05-01 02:04:56 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-05-01 02:04:56 +0100 |
commit | a6d0a21c01feb4ed4202a65d9c783f84ed7b25cd (patch) | |
tree | 646501ac952bf3ef5b5fd1ba0730ff11b621c6c5 | |
parent | ed53df6b1791e8ca878570121aa1a2754cace773 (diff) |
small cosmetic fixes
-rw-r--r-- | templates/web/fixmybarangay/faq/faq-en-gb.html | 4 | ||||
-rw-r--r-- | web/cobrands/fixmybarangay/layout.scss | 8 |
2 files changed, 2 insertions, 10 deletions
diff --git a/templates/web/fixmybarangay/faq/faq-en-gb.html b/templates/web/fixmybarangay/faq/faq-en-gb.html index e710c36bd..9eba12c40 100644 --- a/templates/web/fixmybarangay/faq/faq-en-gb.html +++ b/templates/web/fixmybarangay/faq/faq-en-gb.html @@ -60,7 +60,7 @@ the problem.</dd> <h2><a name="organisation"></a>Organisation Questions</h2> <dl> <dt>Who built FixMyBarangay?</dt> - <dd>This site was built by <a href="http://www.mysociety.org/">mySociety</a>, in conjunction with the <a href="http://www.youngfoundation.org.uk/">World Bank</a>. + <dd>This site was built by <a href="http://www.mysociety.org/">mySociety</a>, in conjunction with the <a href="www.worldbank.org/">World Bank</a>. mySociety is the project of a registered charity which has grown out of the community of volunteers who built sites like <a href="http://www.theyworkforyou.com/">TheyWorkForYou.com</a> in the UK. mySociety’s primary mission is to build Internet projects which give people simple, tangible @@ -77,7 +77,7 @@ UK</dd> <dd> The software behind this site is open source, and available to you mainly under the GNU Affero GPL software license. -See <a href="http://code.fixmystreet.com/">code-fixmystreet.com</a> for more information about setting up +See <a href="http://code.fixmystreet.com/">code.fixmystreet.com</a> for more information about setting up and running sites like these. </dd> </dl> diff --git a/web/cobrands/fixmybarangay/layout.scss b/web/cobrands/fixmybarangay/layout.scss index 88ed1027a..75550a604 100644 --- a/web/cobrands/fixmybarangay/layout.scss +++ b/web/cobrands/fixmybarangay/layout.scss @@ -25,14 +25,6 @@ body { } } -body.mappage { - #site-logo { - background: none; - text-indent: 0; - left: 0.5em; - } -} - #front-howto { #front_stats { border-top: 0.25em solid #000; |