summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/html/doxygen.css22
-rw-r--r--templates/latex/doxygen.sty2
2 files changed, 22 insertions, 2 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css
index ddbbbda..fee208f 100644
--- a/templates/html/doxygen.css
+++ b/templates/html/doxygen.css
@@ -510,6 +510,24 @@ table.memberdecls {
/* Styles for detailed member documentation */
+.memtitle {
+ padding: 8px;
+ border-top: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ margin-bottom: -5px;
+ background-image: url('nav_f.png');
+ background-repeat: repeat-x;
+ background-color: #E2E8F2;
+ float:left;
+ /* display: inline-block; */
+}
+.permantlink
+{
+
+}
.memtemplate {
font-size: 80%;
color: ##60;
@@ -564,9 +582,11 @@ table.memberdecls {
color: ##2b;
font-weight: bold;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ /*
background-image:url('nav_f.png');
background-repeat:repeat-x;
- background-color: ##E6;
+ */
+ background-color: #DDE3F0;
/* opera specific markup */
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
border-top-right-radius: 4px;
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty
index 687a1af..67860e0 100644
--- a/templates/latex/doxygen.sty
+++ b/templates/latex/doxygen.sty
@@ -307,7 +307,7 @@
% Used for parameters within a detailed function description
\newenvironment{DoxyParamCaption}{%
- \renewcommand{\item}[2][]{##1 {\em ##2}}%
+ \renewcommand{\item}[2][]{\\ \hspace*{2.0cm} ##1 {\em ##2}}%
}{%
}