Merge "SideBySide2: Center content in the browser window"

This commit is contained in:
Shawn Pearce
2013-12-11 19:35:34 +00:00
committed by Gerrit Code Review

View File

@@ -17,7 +17,14 @@ limitations under the License.
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'
xmlns:d='urn:import:com.google.gerrit.client.diff'>
<g:FlowPanel>
<ui:style>
.sbs2 {
margin-left: auto;
margin-right: auto;
width: 1484px;
}
</ui:style>
<g:FlowPanel styleName='{style.sbs2}'>
<d:Header ui:field='header'/>
<d:DiffTable ui:field='diffTable'/>
</g:FlowPanel>