< prev index next >
src/java.base/share/classes/java/time/chrono/HijrahChronology.java
Print this page
@@ -104,14 +104,14 @@
* <p>
* CLDR and LDML identify variants:
* <table cellpadding="2" summary="Variants of Hijrah Calendars">
* <thead>
* <tr class="tableSubHeadingColor">
- * <th class="colFirst" align="left" >Chronology ID</th>
- * <th class="colFirst" align="left" >Calendar Type</th>
- * <th class="colFirst" align="left" >Locale extension, see {@link java.util.Locale}</th>
- * <th class="colLast" align="left" >Description</th>
+ * <th class="colFirst" style="text-align:left" >Chronology ID</th>
+ * <th class="colFirst" style="text-align:left" >Calendar Type</th>
+ * <th class="colFirst" style="text-align:left" >Locale extension, see {@link java.util.Locale}</th>
+ * <th class="colLast" style="text-align:left" >Description</th>
* </tr>
* </thead>
* <tbody>
* <tr class="altColor">
* <td>Hijrah-umalqura</td>
@@ -148,13 +148,13 @@
* The Hijrah property resource is a set of properties that describe the calendar.
* The syntax is defined by {@code java.util.Properties#load(Reader)}.
* <table cellpadding="2" summary="Configuration of Hijrah Calendar">
* <thead>
* <tr class="tableSubHeadingColor">
- * <th class="colFirst" align="left" > Property Name</th>
- * <th class="colFirst" align="left" > Property value</th>
- * <th class="colLast" align="left" > Description </th>
+ * <th class="colFirst" style="text-align:left" > Property Name</th>
+ * <th class="colFirst" style="text-align:left" > Property value</th>
+ * <th class="colLast" style="text-align:left" > Description </th>
* </tr>
* </thead>
* <tbody>
* <tr class="altColor">
* <td>id</td>
< prev index next >