diff --git a/assets/stylesheets/doxygen.css b/assets/stylesheets/doxygen.css index c5a0d51..7b0cd5b 100644 --- a/assets/stylesheets/doxygen.css +++ b/assets/stylesheets/doxygen.css @@ -1,3 +1,5 @@ +@import url("tabs_fix.css"); + #content { font-family: Geneva, Arial, Helvetica, sans-serif; } @@ -221,4 +223,4 @@ -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; -} \ No newline at end of file +} diff --git a/assets/stylesheets/tabs_fix.css b/assets/stylesheets/tabs_fix.css new file mode 100644 index 0000000..3bb5e5b --- /dev/null +++ b/assets/stylesheets/tabs_fix.css @@ -0,0 +1,6 @@ +div.MSearchBoxInactive{ + margin-top: +4em; +} +li#searchli { + margin-top: -12px; +}