RSS Feed/News Xenforo standard css layout classes

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,652
Points
823

Reputation:

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>

Continue reading...
 
Status
Not open for further replies.
Top