[PRES] [web-pres2] master: Left align text when requested
[email protected] (Derick Rethans) Thu, 19 Jun 2025 17:13:07 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr)
Date: 2015-01-21T10:20:54Z
Commit: https://github.com/php/web-pres2/commit/a2147918d6c54e2551040777af9fc37cd4df9290
Raw diff: https://github.com/php/web-pres2/commit/a2147918d6c54e2551040777af9fc37cd4df9290.diff
Left align text when requested
Changed paths:
M core.css
Diff:
diff --git a/core.css b/core.css
index 4fc02d3..f0fe71b 100644
--- a/core.css
+++ b/core.css
@@ -646,6 +646,11 @@ table.columns tr
border: none;
}
+table.leftalign td
+{
+ text-align: left;
+}
+
th
{
background: blue;