smaller font-size

This commit is contained in:
mischa 2022-09-06 14:01:05 +00:00
parent 81d405ac79
commit bb19f9aa23
1 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ body {
background: #ffffff; background: #ffffff;
color: #000000; color: #000000;
font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif; font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px; font-size: 12px;
font-weight: normal; font-weight: normal;
text-align: center; text-align: center;
} }
@ -26,7 +26,7 @@ a:visited, a:active {
color: #777777; color: #777777;
background: #dddddd; background: #dddddd;
padding: 3px 3px 3px 3px; padding: 3px 3px 3px 3px;
font-size: 13px; font-size: 12px;
} }
.button:hover { .button:hover {
@ -70,7 +70,7 @@ a:visited, a:active {
} }
#login_table h4 { #login_table h4 {
font-size: 13px; font-size: 12px;
} }
#menu { #menu {
@ -116,7 +116,7 @@ a:visited, a:active {
#edit_form h3 { #edit_form h3 {
text-align: center; text-align: center;
font-size: 13px; font-size: 12px;
margin: 0; margin: 0;
background: #AFE1A6; /*#b4004a;*/ background: #AFE1A6; /*#b4004a;*/
border: 1px solid #bbb; border: 1px solid #bbb;
@ -205,7 +205,7 @@ a:visited, a:active {
#alias_table h3, #mailbox_table h3, #overview_table h3, #log_table h3, #admin_table h3 { #alias_table h3, #mailbox_table h3, #overview_table h3, #log_table h3, #admin_table h3 {
background: silver; background: silver;
text-align: left; text-align: left;
font-size: 13px; font-size: 12px;
font-weight: bold; font-weight: bold;
padding-left: 20px; padding-left: 20px;
line-height: 25px; line-height: 25px;
@ -221,7 +221,7 @@ a:visited, a:active {
line-height: 20px; line-height: 20px;
text-align: left; text-align: left;
padding-left: 15px; padding-left: 15px;
font-size: 12px; font-size: 11px;
} }
#footer a { #footer a {