Commit b326d4af authored by Pascal Hartig's avatar Pascal Hartig

Fix #809: changelog slidedown

parent 4d19a5d3
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<h2>New in 1.2 - 2013-08-06</h2> <h2>New in 1.2 - 2013-08-06</h2>
<ul class="whats-new"> <ul class="whats-new">
<li>We now have 21 stable apps and 45 in labs. <li>We now have 21 stable apps and 45 in labs.
<label for="news-expander"><a>New since 1.1 ▼</a></label> <label class="link" for="news-expander">New since 1.1 ▼</label>
<input type="checkbox" id="news-expander"> <input type="checkbox" id="news-expander">
<ul class="collapsed" id="new-apps"> <ul class="collapsed" id="new-apps">
<li><a href="architecture-examples/polymer/">Polymer</a></li> <li><a href="architecture-examples/polymer/">Polymer</a></li>
......
...@@ -34,13 +34,16 @@ h2 { ...@@ -34,13 +34,16 @@ h2 {
font-size: 24px; font-size: 24px;
} }
a { a, .link {
color: #9f3c3c; color: #9f3c3c;
font-weight: 500; font-weight: 500;
cursor: pointer;
} }
a:hover {
a:hover, .link:hover {
color: #431919; color: #431919;
text-decoration: underline;
} }
p { p {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment