aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 46264279..0de4ca0e 100755
--- a/css/style.css
+++ b/css/style.css
@@ -59,6 +59,7 @@ table {
margin-left: 2em;
margin-bottom: 1em;
border-collapse: collapse;
+ text-align: left;
}
th, td {
@@ -69,11 +70,13 @@ th, td {
th {
vertical-align: bottom;
border-bottom: 1px solid black;
+ text-align: left;
}
td {
vertical-align: top;
padding-top: 5px;
+ text-align: left;
}
table.border td, table.border th {
bgstack15