make/data/docs-resources/resources/jdk-default.css
changeset 52439 a0d2fb4d3097
parent 51274 24904e14794b
child 55447 95794e32352e
child 55662 1d5ce4787723
child 58678 9cf78a70fa4f
equal deleted inserted replaced
52438:de25152e5ec4 52439:a0d2fb4d3097
     1 /*
     1 /*
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   125 }
   125 }
   126 
   126 
   127 th {
   127 th {
   128   background: #DDF;
   128   background: #DDF;
   129 }
   129 }
       
   130 
       
   131 table.centered {
       
   132   margin-left: auto;
       
   133   margin-right: auto;
       
   134 }
       
   135 table.centered td {
       
   136   text-align: left;
       
   137 }
       
   138 .centered {
       
   139   text-align: center;
       
   140 }