langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlStyle.java
changeset 44196 f88c0e9cb102
parent 41157 b235a429089a
child 44565 41071e253324
equal deleted inserted replaced
44195:5860769fe2f4 44196:f88c0e9cb102
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2017, 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
    76     legalCopy,
    76     legalCopy,
    77     mainContainer,
    77     mainContainer,
    78     memberNameLabel,
    78     memberNameLabel,
    79     memberNameLink,
    79     memberNameLink,
    80     memberSummary,
    80     memberSummary,
    81     moduleLabelInClass,
    81     moduleLabelInPackage,
       
    82     moduleLabelInType,
    82     nameValue,
    83     nameValue,
    83     navBarCell1Rev,
    84     navBarCell1Rev,
    84     navList,
    85     navList,
    85     navListSearch,
    86     navListSearch,
    86     navPadding,
    87     navPadding,
    87     overrideSpecifyLabel,
    88     overrideSpecifyLabel,
    88     overviewSummary,
    89     overviewSummary,
    89     packageHierarchyLabel,
    90     packageHierarchyLabel,
    90     packageLabelInClass,
    91     packageLabelInType,
    91     packagesSummary,
    92     packagesSummary,
    92     paramLabel,
    93     paramLabel,
    93     providesSummary,
    94     providesSummary,
    94     requiresSummary,
    95     requiresSummary,
    95     returnLabel,
    96     returnLabel,