commit | b2cb25dd573ffe2933af361f494e90123e2d473b | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Fri Mar 11 11:58:31 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Fri Mar 11 11:58:31 2016 -0800 |
tree | a658e64ba290fee685f100b7aaf39b5a1f7d919a | |
parent | 5842eb8d44a69748d771979173e73dd662ab02b0 [diff] |
Fixed delinquent page width
diff --git a/xos/synchronizers/vcpe/templates/message.html.j2 b/xos/synchronizers/vcpe/templates/message.html.j2 index d56632c..eb4497a 100644 --- a/xos/synchronizers/vcpe/templates/message.html.j2 +++ b/xos/synchronizers/vcpe/templates/message.html.j2
@@ -5,6 +5,10 @@ <title>Service Suspended</title> <style> + .row { + width: 100%; + } + .col-sm-offset-2 { margin-left: 16.66666667%; }