X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=51702a970f507482c9108abe7070c32f1fb1967f;hb=cd9dd31c21fb021fe2c27ff52419b0e93340a964;hp=86b4cd270b2b18b5cb0c053bee4429c6a3c45faa;hpb=7ba726675dc49ae8e3e67455bd346c589236be68;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index 86b4cd2..51702a9 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -44,7 +44,7 @@ body { #content2 { /* need non-zero top padding here to prevent margin propagation */ padding: 10px 0 0 142px; - max-width: 60em; + max-width: 62em; } a { @@ -131,7 +131,7 @@ div.qindex { color: #726921; white-space: nowrap; text-align: right; - max-width: 60em; + max-width: 62em; } #footer span { @@ -148,3 +148,20 @@ div.qindex { text-decoration: underline; } +dl.attention { + border: 1px solid #AADD88; + background-color: #EEFFDD; + padding: 4px; +} + +dl.warning { + border: 1px solid #DDAA88; + background-color: #FFEEDD; + padding: 4px; +} + +dl.note { + border: 1px solid A0C2C2; + background-color: #F0F8F8; + padding: 4px; +} \ No newline at end of file