diff options
author | Mariano Guerra <[email protected]> | 2016-10-21 13:46:46 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 802900e22708ff5258d1a3619e4241ef09a159e6 (patch) | |
tree | 385032fd05dfb0c6eebdfe89d086ddd404b5c0ad /lib | |
parent | 45bda44b08d01c0835b7402b752b9c7b07a4b77c (diff) | |
download | otp-802900e22708ff5258d1a3619e4241ef09a159e6.tar.gz otp-802900e22708ff5258d1a3619e4241ef09a159e6.tar.bz2 otp-802900e22708ff5258d1a3619e4241ef09a159e6.zip |
improve docs landing page title and subtitle
Diffstat (limited to 'lib')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index 6f0019fb32..ed5b8d5180 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -150,3 +150,13 @@ footer { } text-align: center; margin-bottom: 1em; } + +.main-title{ + text-align: center; +} + +.main-description{ + text-align: center; + margin: 2em 0; + font-size: 1.5em; +} |