MediaWiki:Common.css: Difference between revisions

separate classes for BSL vars and funcs now
(adding padding for command listings)
(separate classes for BSL vars and funcs now)
Line 988: Line 988:
}
}


/* Used by templates BSLfuncinfo and BSLvarinfo */
/* Used by template BSLfuncinfo */
.BSLCommandInfo
.BSLFuncInfo
{
{
   background:rgb(242,242,242);
   background:rgb(242,242,242);
Line 997: Line 997:
   border-width:0px 2px 2px 0px;
   border-width:0px 2px 2px 0px;
   padding:0px 0px 0px 10px;
   padding:0px 0px 0px 10px;
}
/* Used by template BSLvarinfo */
.BSLVarInfo
{
  background:rgb(242,242,242);
  border-style:solid;
  border-color:rgb(75,75,75);
  border-radius:0.33em;
  border-width:0px 2px 2px 0px;
  padding:0px 25px 10px 10px;
}
}