diff options
| author | Mike McQuaid | 2017-03-13 07:36:48 +0000 |
|---|---|---|
| committer | GitHub | 2017-03-13 07:36:48 +0000 |
| commit | b7e7b5b5c9eb2b4282fb1913fc59d85f9e1ac140 (patch) | |
| tree | 53e5e9067c959e366ea407e9719ea38d7623f4a5 /docs/css/screen.css | |
| parent | d962a781b190eb6cd0bf44b929276a65bf2b16cb (diff) | |
| parent | c0468a3266ca173cb1e04a764bcc205a88957bba (diff) | |
| download | brew-b7e7b5b5c9eb2b4282fb1913fc59d85f9e1ac140.tar.bz2 | |
Merge pull request #2331 from EricFromCanada/master
docs: add markers to ordered lists and sublists
Diffstat (limited to 'docs/css/screen.css')
| -rw-r--r-- | docs/css/screen.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/css/screen.css b/docs/css/screen.css index 76d1461c9..2f1e84ce1 100644 --- a/docs/css/screen.css +++ b/docs/css/screen.css @@ -158,8 +158,12 @@ pre code { box-shadow: 0 -1px 0 rgba(0,0,0,0.5); } +#home ol, #page ol, .postcontent ol { + list-style: decimal; +} + #home ul, #page ul, .postcontent ul { - list-style: inherit; + list-style: disc; } #home h1, #page h1 { |
