Information panel on right side of details page fixed

This commit is contained in:
Christoph Haas 2016-03-03 17:34:51 +01:00
parent fb62bee05a
commit a4d59caef4
2 changed files with 2 additions and 1 deletions

View file

@ -860,7 +860,7 @@ a.black
.bigpanel
{
background-color: white;
background-color: $light-gray;
border-radius: 10px;
padding: 1em 1em 0.1em 1em;
margin-bottom: 1em;

View file

@ -35,6 +35,7 @@
- else
p Sorry - no more information available.
- if @package.homepage
hr
p.subtitle Homepage
p
= link_to @package.homepage, @package.homepage, target: '_blank'