Skip to content
Open

x #3

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions acquia-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 7 additions & 1 deletion services.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
width: 40px;
display: block;
float: left;
}
}

#service-browser-arguments .type {
width: 40px;
display: block;
float: right;
}