1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

Merge branch 'dev'

This commit is contained in:
Michael Crosby 2013-06-12 19:08:24 -09:00
commit b77fb1ad03
11 changed files with 126 additions and 96 deletions

View file

@ -70,6 +70,11 @@
margin: 0 auto;
}
.center {
width: 80%;
margin: 0 auto;
}
.btn-remove {
margin: 0 auto;
max-width: 70%;
@ -78,3 +83,7 @@
.actions {
margin: 0 auto;
}
.container-bottom {
height: 50px;
}