You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/markdown/doc/latest/tutorial/style.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -604,6 +604,7 @@ In GWT, depending on the HTML element, you can set some attributes in the Java c
604
604
605
605
// Addstylestoelementsinthestocklisttable.
606
606
stocksFlexTable.setCellPadding(6);
607
+
}
607
608
```
608
609
609
610
2. Save your changes and then press Refresh in the browser running development mode to see them.
@@ -612,7 +613,7 @@ In GWT, depending on the HTML element, you can set some attributes in the Java c
612
613
613
614
Your application'sHTML host page can include whatever additional static HTML elements you require. For example, in StockWatcher, you'll add the Google Code logo. To include images, put them in the project's public directory. The GWT compiler will copy all the necessary files to the output directory for deployment.
614
615
615
-

616
+

616
617
617
618
To include static images in the application.
618
619
@@ -623,10 +624,10 @@ To include static images in the application.
0 commit comments