X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=8a72a5712309f4cff9c7324fb697f2fe19d9bba8;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=51702a970f507482c9108abe7070c32f1fb1967f;hpb=cd9dd31c21fb021fe2c27ff52419b0e93340a964;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index 51702a9..8a72a57 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -164,4 +164,25 @@ dl.note { border: 1px solid A0C2C2; background-color: #F0F8F8; padding: 4px; -} \ No newline at end of file +} + +table.senf { + width: 95%; + margin: 0 auto; + border: 1px solid #AAAAAA; + padding: 2px; + border-spacing: 0; +} + +table.senf td,th { + border: 2px solid white; + background-color: #EEEEEE; + padding: 2px 4px; + text-align: left; +} + +table.senf th { + background-color: #DDDDDD; + text-align: center; + font-weight: bold; +}