I have added custom CSS to get rid of the internal borders on the control strip to my style. The borders are back, and I can't figure out what to do to get rid of them. Any suggestions?
The syntax in this line is wrong: #lj_controlstrip table, #lj_controlstrip table td,#lj_controlstrip table tr { border-collapse: collapse !important; border: 0px black solid !IMPORTANT; }
You want: table#lj_controlstrip, table#lj_controlstrip td, table#lj_controlstrip tr { border-collapse: collapse !important; border: 0px black solid !IMPORTANT; }
no subject
Date: 2009-08-20 04:24 am (UTC)#lj_controlstrip table, #lj_controlstrip table td,#lj_controlstrip table tr { border-collapse: collapse !important; border: 0px black solid !IMPORTANT; }
You want:
table#lj_controlstrip, table#lj_controlstrip td, table#lj_controlstrip tr { border-collapse: collapse !important; border: 0px black solid !IMPORTANT; }
no subject
Date: 2009-08-22 07:12 am (UTC)