lesser hack to get rid of the css hack

This commit is contained in:
Quentin Carbonneaux 2016-03-14 20:07:53 -04:00
parent 08803ecc60
commit d80f801307
2 changed files with 10 additions and 19 deletions

View file

@ -7,16 +7,3 @@ h3 {
background-color: white;
padding-left: 0.7em;
}
/* 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;
}