Xenforo standard css layout classes

  • Thread starter Thread starter FoxSecrets
  • Start date Start date

FoxSecrets

Guest
Member
I'm building a html table for my add-on, and i'd like to know if there is some standard css layout for it such as the code below for 'divs':

Code:

Code:

Code:
<div class="block-container">
    <div class="block-body">
      <div class="block-row">
Something similar for table? Where can I find a list of available css classes from Xenforo?

Code:

Code:

Code:
<table>
    <thead>
      <tr>
        <th>
Continue reading...

Continue reading...
 
Top