aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mysociety.org>2014-04-07 14:55:14 +0100
committerLouise Crow <louise.crow@gmail.com>2014-04-24 15:38:16 +0100
commit40e2146727baecc7fdfd01b4346d12f933ad3c04 (patch)
tree850615ae0d03af901a3bf256048197daf1b76b43
parent0b51fcc92a892cd1c5213c1c44565421ab26e282 (diff)
styled blog post links, removed line-height (not needed)
-rw-r--r--app/assets/stylesheets/responsive/_blog_style.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/app/assets/stylesheets/responsive/_blog_style.scss b/app/assets/stylesheets/responsive/_blog_style.scss
index 73d330f8d..1d27289fc 100644
--- a/app/assets/stylesheets/responsive/_blog_style.scss
+++ b/app/assets/stylesheets/responsive/_blog_style.scss
@@ -1,6 +1,10 @@
-/* Styling for blog */
.blog_post {
- p {
- line-height:180%;
- }
+ h2 a {
+ text-decoration: none;
+ &:hover,
+ &:active,
+ &:focus {
+ text-decoration: underline;
+ }
+ }
}