diff options
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/top/templates/index.html.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index d2a6736d34..967c33719d 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -29,14 +29,14 @@ limitations under the License. </script> </head> -<body bgcolor=white text="#000000" link="#0000ff" vlink="#ff00ff" - alink="#ff0000"> +<body> <div id="container"> <div id="leftnav"> <div class="innertube"> -<img alt="Erlang logo" src="erlang-logo.png"/ > -<p/> + <div class="erlang-logo-wrapper"> + <img alt="Erlang Logo" src="erlang-logo.png" class="erlang-logo"/ > + </div> <small><a href="applications.html">Applications</a><br> <a href="man_index.html">Modules</a></small> <p/> |