Doxygen 1.7.5.1 had been used as reference while certain distributions
provide older and not fully compatible versions.
---
doc/doxy/doxy_stylesheet.css | 75 ++++++++++++------------------------------
doc/doxy/footer.html | 17 ++-------
2 files changed, 25 insertions(+), 67 deletions(-)
diff --git a/doc/doxy/doxy_stylesheet.css b/doc/doxy/doxy_stylesheet.css
index a5500b6..ff1e214 100644
--- a/doc/doxy/doxy_stylesheet.css
+++ b/doc/doxy/doxy_stylesheet.css
@@ -235,6 +235,8 @@ div.center img {
#footer {
margin: -10px 1em 0;
padding-top: 20px;
+ text-align: center;
+ font-size: small;
}
address.footer {
@@ -962,7 +964,7 @@ dl.citelist dd {
}
.tabs3 .tablist a {
- padding: 0 10px;
+ padding-left: 10px;
}
@@ -981,19 +983,6 @@ h1 a, h2 a, h3 a {
color: inherit;
}
-#banner, #top {
- background-color: #BBC9D8;
- border-bottom: 1px solid #7A96B3;
- border-top: 1px solid #7A96B3;
- position: relative;
- text-align: center;
-}
-
-#banner img, #top img {
- padding-bottom: 1px;
- padding-top: 5px;
-}
-
#body {
margin: 0 1em;
}
@@ -1041,12 +1030,12 @@ img {
border: 0;
}
-#navrow1 {
+.tabs {
margin-top: 12px;
border-top: 1px solid #5C665C;
}
-#navrow1, #navrow2, #navrow3, #navrow4 {
+.tabs, .tabs2, .tabs3, .tabs4 {
background-color: #738073;
border-bottom: 1px solid #5C665C;
border-left: 1px solid #5C665C;
@@ -1055,24 +1044,36 @@ img {
text-align: center;
}
-#navrow1 a, #navrow2 a, #navrow3 a, #navrow4 a {
+.tabs a,
+.tabs2 a,
+.tabs3 a,
+.tabs4 a {
color: white;
padding: 0.3em;
text-decoration: none;
}
-#navrow1 ul, #navrow2 ul, #navrow3 ul, #navrow4 ul {
+.tabs ul,
+.tabs2 ul,
+.tabs3 ul,
+.tabs4 ul {
padding: 0;
}
-#navrow1 li.current a, #navrow2 li.current a, #navrow3 li.current a, #navrow4
li.current a {
+.tabs li.current a,
+.tabs2 li.current a,
+.tabs3 li.current a,
+.tabs4 li.current a {
background-color: #414141;
color: white;
text-decoration: none;
}
-#navrow1 a:hover, #navrow2 a:hover, #navrow3 a:hover, #navrow4 a:hover {
+.tabs a:hover,
+.tabs2 a:hover,
+.tabs3 a:hover,
+.tabs4 a:hover {
background-color: #313131 !important;
color: white;
text-decoration: none;
@@ -1094,37 +1095,3 @@ pre {
#proj_desc {
font-size: 1.2em;
}
-
-#repos {
- margin-left: 1em;
- margin-right: 1em;
- border-collapse: collapse;
- border: solid 1px #6A996A;
-}
-
-#repos th {
- background-color: #7BB37B;
- border: solid 1px #6A996A;
-}
-
-#repos td {
- padding: 0.2em;
- border: solid 1px #6A996A;
-}
-
-#distro_status {
- margin-left: 1em;
- margin-right: 1em;
- border-collapse: collapse;
- border: solid 1px #6A996A;
-}
-
-#distro_status th {
- background-color: #7BB37B;
- border: solid 1px #6A996A;
-}
-
-#distro_status td {
- padding: 0.2em;
- border: solid 1px #6A996A;
-}
diff --git a/doc/doxy/footer.html b/doc/doxy/footer.html
index 1bff6de..4d3ea0f 100644
--- a/doc/doxy/footer.html
+++ b/doc/doxy/footer.html
@@ -1,19 +1,10 @@
</div>
<div id="footer">
- <!--BEGIN GENERATE_TREEVIEW-->
- <li class="footer">$generatedby
- <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/></a> $doxygenversion
</li>
- </ul>
- <!--END GENERATE_TREEVIEW-->
- <!--BEGIN !GENERATE_TREEVIEW-->
- <address class="footer"><small>
- $generatedby  <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="$relpath$doxygen.png" alt="doxygen"/>
- </a> $doxygenversion
- </small></address>
- <!--END !GENERATE_TREEVIEW-->
+ <div class="footer">
+ $generatedby
+ <a href="http://www.doxygen.org/index.html">doxygen $doxygenversion</a>
+ </div>
</div>
</div>
--
1.7.8.rc1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel