Difference between revisions of "Widget:DevGuidelines"

From LINKS Community Center
Jump to: navigation, search
Line 62: Line 62:
  
 
         #guideline-tabulator.tabulator .tabulator-header .tabulator-col-sorter {
 
         #guideline-tabulator.tabulator .tabulator-header .tabulator-col-sorter {
             right: 1em;
+
             right: .5em;
 +
        }
 +
 
 +
        #guideline-tabulator.tabulator .tabulator-row {
 +
            background-color: transparent;
 +
        }
 +
 
 +
        #guideline-tabulator.tabulator .tabulator-cell {
 +
            border-right: 0 none;
 +
            border-bottom: 1px solid var(--links-orange);
 +
            padding: .5em 0;
 
         }
 
         }
 
     </style>
 
     </style>

Revision as of 10:41, 6 September 2022

Development version of the List of Guidelines.
Not ready for

       production!