website/www: fix download link styling
This commit is contained in:
parent
8fde97131c
commit
a2e4d13926
|
@ -22,7 +22,7 @@ The latest version of Vagrant can be found on the
|
|||
<% if $vagrant_versions.length > 1 %>
|
||||
<ul>
|
||||
<% $vagrant_versions[1..-1].each do |version| %>
|
||||
<li><a href="/download-archive/v<%= version.to_s %>.html"><%= version.to_s %></a></li>
|
||||
<li><p><a href="/download-archive/v<%= version.to_s %>.html"><%= version.to_s %></a></p></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
<% else %>
|
||||
|
|
|
@ -89,9 +89,8 @@ h6 {
|
|||
p {
|
||||
letter-spacing: 1px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
p a, ul li a {
|
||||
a {
|
||||
color: @docs-blue;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid @docs-blue;
|
||||
|
@ -102,6 +101,7 @@ p a, ul li a {
|
|||
border-bottom: 1px solid darken(@blue, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
|
|
Loading…
Reference in New Issue