Skip to content

Commit

Permalink
ENH: Doxygen: corrected css for indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijs committed Nov 21, 2013
1 parent 86beb79 commit cc7bdd4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 20 deletions.
21 changes: 15 additions & 6 deletions doc/Doxygen/css/doxyTabs.css
Expand Up @@ -12,7 +12,8 @@ div.navigation


div.tabs,
div.tabs2
div.tabs2,
div.tabs3
{
width : 100%;
padding-top : 5px;
Expand All @@ -22,7 +23,8 @@ div.tabs2
}

div.tabs ul,
div.tabs2 ul
div.tabs2 ul,
div.tabs3 ul
{
margin: 0px;
padding-left: 10px;
Expand All @@ -33,15 +35,17 @@ div.tabs2 ul


div.tabs li, div.tabs form,
div.tabs2 li, div.tabs2 form
div.tabs2 li, div.tabs2 form,
div.tabs3 li, div.tabs3 form
{
display : inline;
margin : 0px;
padding : 0px;
}

div.tabs ul li,
div.tabs2 ul li
div.tabs2 ul li,
div.tabs3 ul li
{
padding-top: 10px;
padding-bottom: 10px;
Expand Down Expand Up @@ -77,14 +81,19 @@ div.tabs a:hover,
div.tabs2 a:link,
div.tabs2 a:visited,
div.tabs2 a:active,
div.tabs2 a:hover
div.tabs2 a:hover,
div.tabs3 a:link,
div.tabs3 a:visited,
div.tabs3 a:active,
div.tabs3 a:hover
{
color : #000000;
color:#555;
}

div.tabs span,
div.tabs2 span
div.tabs2 span,
div.tabs3 span
{
display : inline;
padding : 0px 9px;
Expand Down
41 changes: 27 additions & 14 deletions doc/Doxygen/css/doxygen.css
Expand Up @@ -122,11 +122,13 @@ a.elRef {
}

a.code {
color: #3030f0;
color: #3030f0;;
font-family: "Courier New", Courier, monospace, fixed;
}

a.codeRef {
color: #3030f0;
color: #3030f0;;
font-family: "Courier New", Courier, monospace, fixed;
}

/* @end */
Expand All @@ -136,8 +138,8 @@ dl.el {
}

.fragment {
font-family: monospace, fixed;
font-size: 105%;
font-family: "Courier New", Courier, monospace, fixed;
}

pre.fragment {
Expand Down Expand Up @@ -228,47 +230,58 @@ img.footer {
/* @group Code Colorization */

span.keyword {
color: #008000
color: #008000;
font-family: "Courier New", Courier, monospace, fixed;
}

span.keywordtype {
color: #604020
color: #604020;
font-family: "Courier New", Courier, monospace, fixed;
}

span.keywordflow {
color: #e08000
color: #e08000;
font-family: "Courier New", Courier, monospace, fixed;
}

span.comment {
color: #800000
color: #800000;
font-family: "Courier New", Courier, monospace, fixed;
}

span.preprocessor {
color: #806020
color: #806020;
font-family: "Courier New", Courier, monospace, fixed;
}

span.stringliteral {
color: #002080
color: #002080;
font-family: "Courier New", Courier, monospace, fixed;
}

span.charliteral {
color: #008080
color: #008080;
font-family: "Courier New", Courier, monospace, fixed;
}

span.vhdldigit {
color: #ff00ff
color: #ff00ff;
font-family: "Courier New", Courier, monospace, fixed;
}

span.vhdlchar {
color: #000000
color: #000000;
font-family: "Courier New", Courier, monospace, fixed;
}

span.vhdlkeyword {
color: #700070
color: #700070;
font-family: "Courier New", Courier, monospace, fixed;
}

span.vhdllogic {
color: #ff0000
color: #ff0000;
font-family: "Courier New", Courier, monospace, fixed;
}

/* @end */
Expand Down

0 comments on commit cc7bdd4

Please sign in to comment.