diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-21 07:36:04 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-21 07:36:04 +0100 |
commit | c09e383325db9f6cc96d428a199437f17a280f50 (patch) | |
tree | d5f6cb01a0993f454e88823a05e3452836560fc2 /doc/asciidoc.css | |
parent | bbd080e6802b8fd6f442e8d8bbf41f45d0e86971 (diff) | |
download | weechat-c09e383325db9f6cc96d428a199437f17a280f50.zip |
doc: change style for listings in asciidoc CSS
Diffstat (limited to 'doc/asciidoc.css')
-rw-r--r-- | doc/asciidoc.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/asciidoc.css b/doc/asciidoc.css index 2ad84d099..ae4ddd2e7 100644 --- a/doc/asciidoc.css +++ b/doc/asciidoc.css @@ -24,6 +24,11 @@ p.table { margin-top: 0; margin-bottom: 0; } +div.listingblock > div.content { + border: solid 1px #DADADA; + border-radius: 4px; + background-color: #FAFAFA; +} .key { border-top: solid 1px #D5D5E5; border-left: solid 1px #D5D5E5; |