aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/lfs.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index 0b823d9e8..968ebcbb7 100644
--- a/stylesheets/lfs.css
+++ b/stylesheets/lfs.css
@@ -255,6 +255,22 @@ div.itemizedlist {
margin-left: 1em;
}
+/*table */
+
+div.table {
+ text-align: center;
+}
+
+div.table table {
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center;
+}
+
+div.table table th, div.table table td {
+ padding: 0.2em 2em 0.2em 2em;
+}
+
/* Indented blocks */
p, ul, dl, code, blockquote {
padding-left: 1em;