Revert "Imported Upstream version 1.2.7"
[platform/upstream/harfbuzz.git] / docs / reference / html / style.css
similarity index 97%
rename from docs/html/style.css
rename to docs/reference/html/style.css
index 3675420..c141ddd 100644 (file)
@@ -60,7 +60,7 @@ a:hover
 div.informaltable table
 {
   border-collapse: separate;
-  border-spacing: 1em 0.3em;
+  border-spacing: 1em 0.5em;
   border: none;
 }
 
@@ -148,8 +148,6 @@ div.table table th
 h4
 {
   color: #555753;
-  margin-top: 1em;
-  margin-bottom: 1em;
 }
 
 hr
@@ -168,16 +166,17 @@ dl.toc dt
   padding-bottom: 0.25em;
 }
 
-dl.toc > dt
+dl.toc > dd > dl > dt
 {
   padding-top: 0.25em;
   padding-bottom: 0.25em;
-  font-weight: bold;
 }
 
-dl.toc > dl
+dl.toc > dt
 {
+  padding-top: 1em;
   padding-bottom: 0.5em;
+  font-weight: bold;
 }
 
 .parameter
@@ -347,9 +346,7 @@ acronym,abbr
 }
 
 @media screen {
-  /* these have a <sup> as a first child, but since there are no parent selectors
-   * we can't use that. */
-  a.footnote
+  sup a.footnote
   {
     position: relative;
     top: 0em ! important;