diff --git a/acquia-pipelines.yml b/acquia-pipelines.yml new file mode 100644 index 0000000..9372097 --- /dev/null +++ b/acquia-pipelines.yml @@ -0,0 +1,13 @@ +--- +version: 0.2.0 +strict_mode: true +steps: +- name: general-behaviors + type: script + script: + - nvm --version + - nvm install 4.4.1 + - nvm use 4.4.1 + - npm install color + - touch 1234.text + - touch 12345.text diff --git a/services.css b/services.css index f85bceb..bbe7f7c 100644 --- a/services.css +++ b/services.css @@ -4,4 +4,10 @@ width: 40px; display: block; float: left; -} \ No newline at end of file +} + +#service-browser-arguments .type { + width: 40px; + display: block; + float: right; +}