mirror of
https://github.com/ivabus/www
synced 2024-11-23 00: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 -->
|
<!-- 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>
|
<hr>
|
||||||
<div class="row button-container">
|
<div class="row button-container">
|
||||||
<input class="one-liner" type="text" value="$ sh <(curl tea.xyz) install {{- .Title -}}" id="myInput" readonly>
|
<input class="one-liner" type="text" value="$ sh <(curl tea.xyz) install {{- .Title -}}" id="myInput" readonly>
|
||||||
|
@ -127,6 +137,7 @@
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
font-size: 4vw;
|
font-size: 4vw;
|
||||||
border-left: 2px solid #949494;
|
border-left: 2px solid #949494;
|
||||||
|
border-right: 2px solid #949494;
|
||||||
}
|
}
|
||||||
|
|
||||||
.one-liner:focus{
|
.one-liner:focus{
|
||||||
|
|
Loading…
Reference in a new issue