Properly comment out css attributes
This commit is contained in:
parent
62d2263309
commit
95cc11dee1
1 changed files with 4 additions and 2 deletions
|
|
@ -167,8 +167,10 @@ li ul {
|
|||
color: black!important;
|
||||
background-color: white;
|
||||
padding-left: 5mm;
|
||||
XXXborder-top: 1px solid rgb(153,153,153);
|
||||
XXXborder-bottom: 1px solid rgb(153,153,153);
|
||||
/*
|
||||
border-top: 1px solid rgb(153,153,153);
|
||||
border-bottom: 1px solid rgb(153,153,153);
|
||||
*/
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue