bootstrap.css: Reduce default font size to 11px

This commit is contained in:
Harald Welte 2017-01-02 15:02:36 +01:00
parent bb57faa7cd
commit c077f64f57
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ html {
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-size: 11px;
line-height: 1.42857143;
color: #333;
background-color: #fff;