| Index: static/scss/base/_utilities.scss | 
| =================================================================== | 
| --- a/static/scss/base/_utilities.scss | 
| +++ b/static/scss/base/_utilities.scss | 
| @@ -65,24 +65,30 @@ | 
| @media (max-width: $desktop-breakpoint - 1px) | 
| { | 
| display: none; | 
| } | 
| } | 
| // Unstyled /////////////////////////////////////////////////////////////// | 
| -.unstyled | 
| +.unstyled, | 
| 
 
juliandoucette
2017/11/01 13:09:47
Note: We should probably add this and below to wd
 
ire
2017/11/02 09:20:55
Ack. I agree.
 
 | 
| +.content .unstyled | 
| { | 
| margin: 0; | 
| padding: 0; | 
| border: 0; | 
| background: none; | 
| } | 
| +ul.unstyled | 
| +{ | 
| + list-style: none; | 
| +} | 
| + | 
| // Typography /////////////////////////////////////////////////////////////// | 
| .ta-center | 
| { | 
| text-align: center; | 
| } | 
| // Font Colours //////////////////////////////////////////////////////////// |