test/dummy/app/components/header/header.css in mountain_view-0.6.0 vs test/dummy/app/components/header/header.css in mountain_view-0.7.0

- old
+ new

@@ -6,9 +6,17 @@ .header h1{ font-size: 30px; margin-bottom: 10px; } +.header a{ + text-decoration: none; +} + +.header a:hover{ + text-decoration: underline; +} + .header h3{ font-size: 20px; font-family: 'Georgia'; color:#888; } \ No newline at end of file