Im trying to change the color of sectiontableentry 1 and 2 in the blank T3 template
The code look like this(see below) when inspecting in the browser and I can cleary see that there is a blank space in between the class name and the number, but in the template that is not the case then its written sectiontableentry1 and sectiontableentry2
So if I edit this in my browser to that I get it to work… is this a wrong programming in the template or am I missing something vital. If it is where can I find this code snippet to change it?
.sectiontableentry,
.sectiontableentry0 { padding: 5px; }
.sectiontableentry1 { border-bottom: 1px solid #ccc; padding: 5px; background-color: #ffffff; }
.sectiontableentry2 { border-bottom: 1px solid #ccc; padding: 5px; background-color: #f6f6f6; }
<span class=contentpane>
<div class=sectiontableentry 1></div>
<div class=sectiontableentry 2></div>
<div class=sectiontableentry 1></div>
</span>