[RSS Feed/News] Xenforo standard css layout classes

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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:
<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:
<table>
    <thead>
      <tr>
        <th>
Read more about this Feed . . .
 
Status
Not open for further replies.
Back
Top Bottom