Author: chirino
Date: Mon Jan 14 15:37:12 2013
New Revision: 1432955
URL: http://svn.apache.org/viewvc?rev=1432955&view=rev
Log:
Fix html margins.
Modified:
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html
Modified: activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html?rev=1432955&r1=1432954&r2=1432955&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html (original)
+++ activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html Mon Jan 14
15:37:12 2013
@@ -167,7 +167,7 @@
</div>
</div>
{{#if App.destination}}
- <div class="row" style="padding:0em 2em">
+ <div class="row" style="margin:0 1em">
<ul class="nav nav-tabs">
<li class="active">
<a data-toggle="tab">
|