# HG changeset patch # User Chris Cannam # Date 1382442279 -3600 # Node ID 58335cde0730ce4105208ea1d2eb2bc9ae813c9b # Parent b1b608507209dab30493fe7a4167f78ad40e9a86 Same again, but for Javadoc diff -r b1b608507209 -r 58335cde0730 public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Tue Oct 22 12:28:32 2013 +0100 +++ b/public/themes/soundsoftware/stylesheets/application.css Tue Oct 22 12:44:39 2013 +0100 @@ -238,6 +238,9 @@ .controller-redmine_embedded h3 { margin-top: 0.5em; } .controller-redmine_embedded hr { color: #a9b680; background-color: #a9b680 } .controller-redmine_embedded center { text-align: left; } /* haha */ +.controller-redmine_embedded th { font-weight: normal; text-align: left; } +.controller-redmine_embedded caption { text-align: left; font-weight: bold; font-size: 14px; margin-top: 1em; } +.controller-redmine_embedded li.blockList { list-style-type: none; } .controller-redmine_embedded .summary { font-style: normal; margin-bottom: 1.5em; } @@ -247,6 +250,10 @@ .controller-redmine_embedded .NavBarCell2 + .NavBarCell2 { text-align: right; } .controller-redmine_embedded .NavBarCell3 + .NavBarCell3 { text-align: right; } +.topNav, .bottomNav { position: relative; overflow: hidden; } +.topNav ul li, .bottomNav ul li { float: left; list-style-type: none; margin-right: 14px; position: relative; font-weight: bold; } +.controller-redmine_embedded .subNav .navList { display: none; } + /* For Doxygen in Embedded context (though note some of the Javadoc rules will also apply to Doxygen): */ @@ -256,7 +263,6 @@ .memTemplItemLeft, .memTemplItemRight, .indexkey, -.indexvalue, .memproto, .memproto td, .memdoc a { font-family: 'SourceCodePro-Regular', monospace; font-size: 0.9em; font-weight: normal; }