diff options
author | Tao Shen <shentao@chinamobile.com> | 2017-04-21 11:09:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2017-04-21 11:09:55 +0000 |
commit | 2a6edc2926f45f73004dc1fe799cfac0539ca0d6 (patch) | |
tree | 00ea31aa37eaee4f51e015eec646989b1c1fbedf | |
parent | 07361b0590debc727a2041d33f027df9926cddf2 (diff) | |
parent | 221c351cfb7940b62f44c2b5a3c58f84407ab13b (diff) |
Merge "Fix the rightContainer region."
-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> |