diff options
author | Mariano Guerra <[email protected]> | 2016-10-21 17:30:55 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 1f0689526a75e776bb4486da55cd48cb2e2efb15 (patch) | |
tree | 8491ebc2d749a6f7e1a0be405c23a7be7c808d7f /lib/erl_docgen/priv/css | |
parent | 65bba4855da0e4c753222f947cc065b534946e54 (diff) | |
download | otp-1f0689526a75e776bb4486da55cd48cb2e2efb15.tar.gz otp-1f0689526a75e776bb4486da55cd48cb2e2efb15.tar.bz2 otp-1f0689526a75e776bb4486da55cd48cb2e2efb15.zip |
add style for hr
Diffstat (limited to 'lib/erl_docgen/priv/css')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index 950bfdcf03..fbcf53125f 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -225,3 +225,9 @@ th { h3>a{ color: #3E4349 !important; } + +hr{ + border: 0; + border-top: 1px solid #aaa; +} + |