christmas/static/css/main.css

25 lines
273 B
CSS
Raw Normal View History

2018-11-20 11:19:58 -08:00
.inline {
display: inline;
}
.linkButton {
background: none;
border: none;
}
2018-11-23 14:29:40 -08:00
.fullwidth {
width: 100%;
max-width: none;
}
.noLeftMargin {
margin-left: 0 !important;
}
2018-11-23 15:04:24 -08:00
.overflowWrap {
overflow-wrap: break-word;
}
2018-11-20 11:19:58 -08:00
ul.noStyle li {
list-style-type: none;
}