19,580
edits
(adding padding for command listings) |
(separate classes for BSL vars and funcs now) |
||
Line 988: | Line 988: | ||
} | } | ||
/* Used by | /* Used by template BSLfuncinfo */ | ||
. | .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; | |||
} | } |