--- a/make/data/docs-resources/resources/jdk-default.css Wed Nov 07 13:54:22 2018 -0500
+++ b/make/data/docs-resources/resources/jdk-default.css Wed Nov 07 10:39:49 2018 -0500
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -127,3 +127,14 @@
th {
background: #DDF;
}
+
+table.centered {
+ margin-left: auto;
+ margin-right: auto;
+}
+table.centered td {
+ text-align: left;
+}
+.centered {
+ text-align: center;
+}