X-Git-Url: http://git.piffa.net/web?a=blobdiff_plain;f=source%2Flsr.css;h=86b8d69e0e5d7dcf5bb37df7c92c88d839129569;hb=413470c3ca2cc58c8d39d176111aa9d8541a0f55;hp=5501eaaeefd900b614fe136ef47f8bd99973b3cb;hpb=ad57522bd8fd1a32f909faa1152ee7862f7768c8;p=doc%2F.git diff --git a/source/lsr.css b/source/lsr.css index 5501eaa..86b8d69 100644 --- a/source/lsr.css +++ b/source/lsr.css @@ -12,6 +12,16 @@ body { margin: 2em; padding: 0em 2em; } +pre.literal-block { + overflow: auto; + padding: 5px; + background-color: #eeffcc; + color: #333333; + line-height: 120%; + border: 1px solid #ac9; + border-left: none; + border-right: none; +} p.topic-title { font-weight: bold; @@ -48,9 +58,11 @@ img { p { margin: 0.5em 0 1em 0; + text-align: justify; line-height: 1.5em; } + p a:visited { color: purple; background-color: transparent;