X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=nd.css;h=92cb57411a532251bed7818665a6a0295c406247;hb=d40637f048a03d16cc7d43bca6fddaf721251346;hp=869c7baa0e957c330030f16118d2ab6ff3facdd6;hpb=8bd21c625add06fed135d3ce99208c7a94b44882;p=ndwebbie.git diff --git a/nd.css b/nd.css index 869c7ba..92cb574 100644 --- a/nd.css +++ b/nd.css @@ -18,6 +18,14 @@ body { #rightbar{ right: 1em; } + +legend { + color: black; + background: white; + border-style: solid; + border-width: 1px; + padding: 1px; +} div.leftinfo{ float: left; padding-right: 2em; @@ -132,3 +140,16 @@ div.clear { line-height: 0.0; font-size: 1px; } + +td.LowestPrio{ + background: red; + color: black; +} +td.MediumPrio{ + background: yellow; + color: black; +} +td.HighestPrio{ + background: green; + color: black; +}