OSDN Git Service

Add support for tabulated definitions.
authorKeith Marshall <keith@users.osdn.me>
Wed, 9 Nov 2022 21:06:24 +0000 (21:06 +0000)
committerKeith Marshall <keith@users.osdn.me>
Wed, 9 Nov 2022 21:06:24 +0000 (21:06 +0000)
* site.css (table.definitions tr td:first-child)
(table.definitions tr td ul): Specify style properties.

site.css

index d8a4eee..8ee5598 100644 (file)
--- a/site.css
+++ b/site.css
@@ -38,9 +38,9 @@
  * OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  * DAMAGE.
  *
- */
-
-/* General Page Layout and Formatting
+ *
+ *
+ * General Page Layout and Formatting
  * ==================================
  */
 body
@@ -483,6 +483,12 @@ table.borderless code
 table.top-aligned tr
 { vertical-align: baseline;
 }
+table.definitions tr td:first-child
+{ font-weight: bolder;
+}
+table.definitions tr td ul
+{ margin: 0.1em 0 0.1em -0.3em;
+}
 
 p + table.borderless { margin: 0.3em -0.2em; }