diff options
author | PkLab.net <github@pklab.net> | 2016-06-22 07:17:56 (GMT) |
---|---|---|
committer | PkLab.net <github@pklab.net> | 2016-06-22 07:18:15 (GMT) |
commit | a2ae382198092537b6b5c85f9c7e5615046d3c78 (patch) | |
tree | eccbe959615e21d4c86d0a69331d421bd81bd58d /templates | |
parent | 8bbf7e266783c438d7ef3e424161857433916ec1 (diff) | |
download | Doxygen-a2ae382198092537b6b5c85f9c7e5615046d3c78.zip Doxygen-a2ae382198092537b6b5c85f9c7e5615046d3c78.tar.gz Doxygen-a2ae382198092537b6b5c85f9c7e5615046d3c78.tar.bz2 |
Modified (readability) layout for member title in HTML and LaTex
Diffstat (limited to 'templates')
-rw-r--r-- | templates/html/doxygen.css | 22 | ||||
-rw-r--r-- | templates/latex/doxygen.sty | 2 |
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}}% }{% } |