[PRES] [web-pres2] master: Left align text when requested
[email protected] (Derick Rethans) Thu, 19 Jun 2025 17:13:23 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr)
Date: 2015-11-25T11:40:04Z
Commit: https://github.com/php/web-pres2/commit/416af4001a699006bd7ed65f8ac1e48eb9b3f0e8
Raw diff: https://github.com/php/web-pres2/commit/416af4001a699006bd7ed65f8ac1e48eb9b3f0e8.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;