Drone CI
This commit is contained in:
parent
2960b106b7
commit
6984e18b7c
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
workspace:
|
||||
base: /app
|
||||
path: ./
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: indiehosters/git
|
||||
commands:
|
||||
- git pull origin master
|
||||
volumes:
|
||||
- /var/www/dynamic.lessmore.pw:/app
|
||||
- /root/.ssh:/root/.ssh
|
||||
|
@ -5,12 +5,12 @@
|
||||
.ms-parent {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.ms-choice {
|
||||
display: block;
|
||||
width: 100%;
|
||||
width: 150%;
|
||||
height: 25pt;
|
||||
padding: 0;
|
||||
right: 10%;
|
||||
@ -57,7 +57,7 @@
|
||||
.ms-choice > div {
|
||||
position: absolute;
|
||||
top: 3pt;
|
||||
right: 0;
|
||||
right: -50%;
|
||||
width: 20px;
|
||||
height: 20pt;
|
||||
background: url('multiple-select.png') left top no-repeat;
|
||||
|
@ -34,6 +34,10 @@
|
||||
top: 14pt;
|
||||
}
|
||||
|
||||
.siteIcon {
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
||||
#searchButton {
|
||||
position: absolute;
|
||||
font-size: 20pt;
|
||||
@ -142,7 +146,7 @@ body {
|
||||
|
||||
#selector {
|
||||
position: relative;
|
||||
font-size: 14pt !important;
|
||||
font-size: 22pt !important;
|
||||
width: 280px !important;
|
||||
height: 25pt;
|
||||
color: #c9c9c9 !important;
|
||||
|
@ -20,7 +20,7 @@
|
||||
<!-- <div class="logo"><a href="/" style="text-decoration: none; color: #c9c9c9;">dynamic | less</a></div> -->
|
||||
<input type="search" id="searchInput" placeholder="Example: python">
|
||||
<div id="selector">
|
||||
<form><a href="/" style="text-decoration: none; color: #c9c9c9;"><i class="fa fa-sitemap" ></i> </a> <select id="echoSelector" multiple size="5"></select></form>
|
||||
<form><a href="/" style="text-decoration: none; color: #c9c9c9;"><i id="siteIcon" class="fa fa-sitemap" ></i> </a> <select id="echoSelector" multiple size="5"></select></form>
|
||||
</div>
|
||||
<a id="menu" href="javascript:void(0)" onclick="showMenu()"><i class="fa fa-bars"></i></a>
|
||||
<div id="dropdown-content">
|
||||
|
Loading…
Reference in New Issue
Block a user