2016-03-09 14:32:35 -05:00
|
|
|
h3 {
|
|
|
|
border-bottom: 1px solid #aaa;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
2016-03-09 15:18:06 -05:00
|
|
|
|
|
|
|
.bnf {
|
|
|
|
background-color: white;
|
|
|
|
padding-left: 0.7em;
|
|
|
|
}
|
2016-03-14 17:08:10 -04:00
|
|
|
|
|
|
|
/* Those two are hacks, they were added
|
|
|
|
for the Memory section of il.html
|
|
|
|
*/
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul:last-child {
|
|
|
|
margin: 0;
|
|
|
|
}
|