diff --git a/htdocs/index.php b/htdocs/index.php index 4818cd0..e3d7691 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -106,6 +106,9 @@ + + + diff --git a/htdocs/parts/sidebar.php b/htdocs/parts/sidebar.php index 0d16f63..908bfb5 100644 --- a/htdocs/parts/sidebar.php +++ b/htdocs/parts/sidebar.php @@ -88,6 +88,13 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
+ + + ++ Unstyled tables have no cell gap, no border and no other form of styling. +
+Cell 1.1 | +Cell 1.2 | +
Cell 2.1 | +Cell 2.2 | +
+ table>tr*2>td*2
+
+
+ + Tables can quickly be styled by simply using the following classes: +
+Head 1 | +Head 2 | +
---|---|
Cell 1.1 | +Cell 1.2 | +
Cell 2.1 | +Cell 2.2 | +
+ table.stylish.table-p-s.border
+ th>td*2
+ tr*2>td*2
+
+
+
+
+