Difference between revisions of "Team:Tuebingen/Notebook"

Line 12: Line 12:
 
month.style.cssText = 'width:210px;height:140px;float:left;margin:5px;border:2px solid grey';
 
month.style.cssText = 'width:210px;height:140px;float:left;margin:5px;border:2px solid grey';
 
var monthTitle = document.createElement('div');
 
var monthTitle = document.createElement('div');
monthTitle.style.cssText = 'width:100%;height:20px;font-size:14px;line-height:14px;padding:2px;';
+
monthTitle.style.cssText = 'width:100%;height:20px;font-size:14px;line-height:14px;padding:2px;box-sizing:border-box;font-weight:bold;';
 
monthTitle.innerHTML = 'July';
 
monthTitle.innerHTML = 'July';
 
month.appendChild(monthTitle);
 
month.appendChild(monthTitle);

Revision as of 01:33, 18 September 2015

<
>