diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-16 09:28:44 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-16 09:28:44 +0000 |
commit | 311303488be699f52f3fc99ef6cad61b28344441 (patch) | |
tree | d7338c7bb55c961a374f2993063aed5773aaa5bb | |
parent | fca03277615ab3ed1cb21f147e6f5cf5da604fbd (diff) |
Final tweaks to mobile homepage
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r-- | templates/web/fixmystreet/index.html | 17 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 25 |
2 files changed, 35 insertions, 7 deletions
diff --git a/templates/web/fixmystreet/index.html b/templates/web/fixmystreet/index.html index 2022ae716..b571d27b8 100644 --- a/templates/web/fixmystreet/index.html +++ b/templates/web/fixmystreet/index.html @@ -93,12 +93,17 @@ </div> -<div id=""> - <h4>[% loc('Are you a developer? Would you like to contribute to FixMyStreet?') %]</h4> - <p>[% loc('Our code is open source and <a href="http://github.com/mysociety/fixmystreet">available on GitHub</a>.') %]</p> - - <h4>[% loc('Are you from a council? Would you like better integration with FixMyStreet?') %]</h4> - <p><a href="http://www.mysociety.org/fixmystreet-for-local-council-websites/">[% loc('Find out about FixMyStreet for councils') %]</a>.</p> +<div id="front-ads"> + <ul> + <li> + <h4>[% loc('Are you a developer?') %]</h4> + <p>[% loc('Would you like to contribute to FixMyStreet? Our code is open source and <a href="http://github.com/mysociety/fixmystreet">available on GitHub</a>.') %]</p> + </li> + <li> + <h4>[% loc('Are you from a council?') %]</h4> + <p>[% loc('Would you like better integration with FixMyStreet? <a href="http://www.mysociety.org/fixmystreet-for-local-council-websites/">Find out about FixMyStreet for councils</a>.') %]</p> + </li> + </ul> </div> diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index 404a9b73a..816f80363 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -846,7 +846,12 @@ a:hover.rap-notes-trigger { } } -#front-recently {} +#front-recently { + .issue-list-a { + border-bottom:none; + margin-bottom:0; + } +} #front-mobileapps { @extend .full-width; @@ -871,4 +876,22 @@ a:hover.rap-notes-trigger { } } } +} + +#front-ads { + ul { + @include list-reset-soft; + li { + border-bottom:1px solid #AFAFAF; + &:last-child { + border-bottom:none; + } + h4 { + margin:0.75em 0 0.25em 0; + } + p { + font-size:0.75em; + } + } + } }
\ No newline at end of file |