mirror of
https://github.com/ivabus/www
synced 2024-11-22 20:15:05 +03:00
Edits to package detail page
This commit is contained in:
parent
370102fa4b
commit
2b6cfc8baf
1 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,16 @@
|
|||
|
||||
<!-- Copy to clipboard field -->
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col grid-gray">
|
||||
Copy the tea one-liner below into your terminal to install {{- .Title -}}. tea will interpret the documentation and take care of any dependencies.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
<div class="row button-container">
|
||||
<input class="one-liner" type="text" value="$ sh <(curl tea.xyz) install {{- .Title -}}" id="myInput" readonly>
|
||||
|
@ -127,6 +137,7 @@
|
|||
text-align: center !important;
|
||||
font-size: 4vw;
|
||||
border-left: 2px solid #949494;
|
||||
border-right: 2px solid #949494;
|
||||
}
|
||||
|
||||
.one-liner:focus{
|
||||
|
|
Loading…
Reference in a new issue