CSS style renamed
This commit is contained in:
parent
d701947c68
commit
6df3df512f
2 changed files with 3 additions and 3 deletions
|
|
@ -211,7 +211,7 @@ a.black
|
|||
color: #808080;
|
||||
}
|
||||
|
||||
.detailpage
|
||||
.packagepage
|
||||
{
|
||||
h1
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
//.progress.radius
|
||||
//span.meter style="width: #{rand(100)}%" Rating
|
||||
|
||||
.row.detailpage
|
||||
.row.packagepage
|
||||
.small-12.columns
|
||||
h1 = "#{@package.name}>"
|
||||
h1 =@package.name
|
||||
|
||||
.small-7.medium-8.columns
|
||||
p.subtitle = @package.description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue