diff options
Diffstat (limited to 'common/src/main')
-rw-r--r-- | common/src/main/webapp/framework/browser/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/main/webapp/framework/browser/templates/home.html b/common/src/main/webapp/framework/browser/templates/home.html index 41426f61..cd170303 100644 --- a/common/src/main/webapp/framework/browser/templates/home.html +++ b/common/src/main/webapp/framework/browser/templates/home.html @@ -145,7 +145,7 @@ </ul> </div>--> </div> - <div id="rightContainer" class="col-sm-8 col-md-9 col-lg-9"> + <div id="rightContainer" class=""> <!--<div id="sampleArea"></div>--> <ui-view></ui-view> </div> |