diff options
author | April King <april@mozilla.com> | 2015-08-28 17:10:20 -0500 |
---|---|---|
committer | April King <april@mozilla.com> | 2015-08-28 17:10:20 -0500 |
commit | 09832451c54a40036b8ee7b6c35dc0e37d14d50b (patch) | |
tree | a5818b15ac42d359da91560ef2cfceec6069716d | |
parent | 8340ee8763bb66331319396d180dcb699469ee95 (diff) | |
download | server-side-tls-09832451c54a40036b8ee7b6c35dc0e37d14d50b.zip server-side-tls-09832451c54a40036b8ee7b6c35dc0e37d14d50b.tar.gz server-side-tls-09832451c54a40036b8ee7b6c35dc0e37d14d50b.tar.bz2 |
Minor fix to 3.8 to improve TOC readability on small screens
-rw-r--r-- | Server_Side_TLS.mediawiki | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Server_Side_TLS.mediawiki b/Server_Side_TLS.mediawiki index 7888bc2..3972309 100644 --- a/Server_Side_TLS.mediawiki +++ b/Server_Side_TLS.mediawiki @@ -1,7 +1,6 @@ -<span style="float: right;">[[File:OpSec.png|300px]]</span> <table> <tr> - <td>__TOC__</td> + <td style="min-width: 25em;">__TOC__</td> <td style="vertical-align: top; padding-left: 1em;">The goal of this document is to help operational teams with the configuration of TLS on servers. All Mozilla sites and deployment should follow the recommendations below. The Operations Security (OpSec) team maintains this document as a reference guide to navigate the TLS landscape. It contains information on TLS protocols, known issues and vulnerabilities, configuration examples and testing tools. Changes are reviewed and merged by the OpSec team, and broadcasted to the various Operational teams. @@ -10,6 +9,8 @@ Updates to this page should be submitted to the [https://github.com/mozilla/serv If you are looking for the configuration generator, follow this link: [https://mozilla.github.io/server-side-tls/ssl-config-generator/ https://mozilla.github.io/server-side-tls/ssl-config-generator/]. + +<span style="float: right; padding-top: 3em;">[[File:OpSec.png|300px]]</span> </td> </tr> </table> |