Hi group!

What is the rationale behind the change of @baseFontSize from 13px to 14px 
in Bootstrap 2.1.0?

I can't find any discussion about this in this group and on Github.

By the way, the change to the old measures was quite easy. :)

less/variables.less:
@baseFontSize: 13px;
@baseLineHeight: 18px;

bootstrap-13px.css:
h1 { font-size: 30px; line-height: 36px; }
h2 { font-size: 24px; line-height: 36px; }
h3 { font-size: 18px; line-height: 27px; }
h4 { font-size: 14px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 11px; line-height: 18px; }

h1 small { font-size: 18px; }
h2 small { font-size: 18px; }
h3 small { font-size: 14px; }
h4 small { font-size: 12px; }

Reply via email to