reformat table

This commit is contained in:
Athou
2025-10-02 22:02:28 +02:00
parent 297c76006a
commit f3a574d05c

View File

@@ -78,7 +78,7 @@ article {background-color: lightblue;}
``` ```
| Element Name | Element Description | | Element Name | Element Description |
|---|---| |--------------|-------------------------------------------|
| main | The entire web page | | main | The entire web page |
| header | The header area (logo and toolbar) | | header | The header area (logo and toolbar) |
| nav | The entire sidebar | | nav | The entire sidebar |
@@ -86,7 +86,6 @@ article {background-color: lightblue;}
| article | Entire feed entry | | article | Entire feed entry |
| h3, h2, h1 | HTML headers | | h3, h2, h1 | HTML headers |
## CommaFeed Class Names ## CommaFeed Class Names
The table below shows the CommaFeed specific class names. To reference a class name in a CSS rule, use a leading period. For example: The table below shows the CommaFeed specific class names. To reference a class name in a CSS rule, use a leading period. For example:
@@ -95,7 +94,7 @@ The table below shows the CommaFeed specific class names. To reference a class
``` ```
| Class Name | Element Description | | Class Name | Element Description |
|---|---| |--------------------------|--------------------------------------------------------------------------------|
| cf-logo-title | The CommaFeed logo and title in upper left of page | | cf-logo-title | The CommaFeed logo and title in upper left of page |
| cf-logo | The CommaFeed logo | | cf-logo | The CommaFeed logo |
| cf-title | The CommaFeed title | | cf-title | The CommaFeed title |