diff options
-rw-r--r-- | templates/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template.html b/templates/template.html index 59103d2..c15bb24 100644 --- a/templates/template.html +++ b/templates/template.html @@ -24,7 +24,7 @@ td, th { border: 1px solid rgb(150, 150, 150); padding: 0.4rem; } table#community_time td { text-align: center;} td { min-width: 4.8rem; vertical-align: top; } - table#menu { min-width: 55em; } /* I think the male clients will just resize the table */ + table#menu { min-width: 55em; } /* I think the mail clients will just resize the table */ table#menu ul { padding-left: 1.2em; } th { color: black; background-color: rgb(240, 240, 240); } th, .wtitle { font-weight: bold; } |