You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
559 B
XML

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
<ui:style>
.pageHeaderStyle {
border: 0px;
padding-bottom: 9px;
margin: 20px 0 30px;
border-bottom: 1px solid #eee;
font-size: 20px;
font-weight: bold;
margin: 20px;
}
</ui:style>
<g:HTMLPanel>
<g:HTML ui:field="thePageHeader" styleName="{style.pageHeaderStyle}"></g:HTML>
</g:HTMLPanel>
</ui:UiBinder>