| ... |
... |
@@ -34,10 +34,6 @@ |
| 34 |
34 |
padding: .2rem .3rem; |
| 35 |
35 |
border-radius: var(--border-radius-default); |
| 36 |
36 |
} |
| 37 |
|
- |
| 38 |
|
-.application .description { |
| 39 |
|
- text-align: center; |
| 40 |
|
-} |
| 41 |
41 |
</style> |
| 42 |
42 |
|
| 43 |
43 |
|
| ... |
... |
@@ -56,8 +56,8 @@ |
| 56 |
56 |
#end |
| 57 |
57 |
<div class="tags"><span>$category</span></div> |
| 58 |
58 |
<h3 class="title">$title</h3> |
| 59 |
|
- ##<a href="$URL">$URL</a> |
| 60 |
|
- <p class="description">$!app.getValue('description')</p> |
|
55 |
+ <a href="$URL">$URL</a> |
|
56 |
+ <p>$!app.getValue('description')</p> |
| 61 |
61 |
##<input id="$application.concat('-visibility')" type="checkbox" #if($app.getValue('private') == 1)checked#end disabled /><label for="$application.concat('-visibility')">Private</label> |
| 62 |
62 |
|
| 63 |
63 |
<div> |