The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
EDIT: I'm a doofus and I missed a = somehow. Seems to be working.
I'm trying to add a 1px border to my tables on certain pages, so I created the CSS element abtables and added the following code: Code:
.abtables tr {
border-bottom: 1px solid #e9e9e9;
}
.abtables tr:first-child {
border-top:none;
}
.abtables tr:last-child {
border-bottom:none;
}
|
|
#2
|
||||
|
||||
|
Not totally sure if this is the issue, but this is in the template:
Code:
<table width="100%" class"abtables"=""> |
|
#3
|
|||
|
|||
|
Yeah -- that was the exact issue. Thanks Oz, I'm a doofus.
|
|
#4
|
||||
|
||||
|
Excellent, glad it's sorted.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|