diff --git a/theme/oceanblue/footer.html b/theme/oceanblue/footer.html index 1f5851a4bfc25..3291debb925bd 100644 --- a/theme/oceanblue/footer.html +++ b/theme/oceanblue/footer.html @@ -12,7 +12,6 @@ -
diff --git a/theme/oceanblue/styles_layout.css b/theme/oceanblue/styles_layout.css index ceed7c327ae41..60e241b94134c 100644 --- a/theme/oceanblue/styles_layout.css +++ b/theme/oceanblue/styles_layout.css @@ -128,6 +128,10 @@ a img { text-align: center; } +#help .indent { + margin-left:3em; +} + /* weblib.php table */ .tabledivider { border-width:1px; @@ -798,6 +802,11 @@ table.message_search_results td { white-space:nowrap; text-decoration:none; } +.tabrow .last span { + display:block; + padding:0px 1px 0px 0px; +} + .tabrow .selected .tablink { line-height:38px; }