Difference between revisions of "Template:Reading2"

Line 162: Line 162:
 
font-size: 28px;
 
font-size: 28px;
 
color: #d54149;
 
color: #d54149;
line-height: 2.5em;
+
line-height: 2.5em; <!-- adds white space around line -->
font-weight: bold;
+
font-weight: bold;  
margin-top: 20px;
+
margin-top: 20px; <!-- not working in chrome -->
 
margin: 10px;
 
margin: 10px;
margin-bottom: 13px;
+
margin-bottom: 13px; <!-- not working in chrome -->
 
margin-left: 18px;
 
margin-left: 18px;
 
}
 
}
  
 
title1:after {
 
title1:after {
content:"\a";
+
content:"\a"; <!-- breaks line after closing tag -->
 
white-space: pre;
 
white-space: pre;
 
}
 
}
Line 182: Line 182:
 
font-size: 18px;
 
font-size: 18px;
 
color: #d54149;
 
color: #d54149;
line-height: 1.7em;
+
line-height: 1.7em; <!-- adds white space around line -->
 
font-weight: bold;
 
font-weight: bold;
margin-top: 10px;
+
margin-top: 10px; <!-- not working in chrome -->
 
margin: 10px;
 
margin: 10px;
margin-bottom: 13px;
+
margin-bottom: 13px; <!-- not working in chrome -->
 
margin-left: 18px;
 
margin-left: 18px;
 
}
 
}
  
 
title2:after {
 
title2:after {
content:"\a";
+
content:"\a"; <!-- breaks line after closing tag -->
 
white-space: pre;
 
white-space: pre;
 
}
 
}

Revision as of 11:04, 28 August 2015