christmas/static/css/main.css

25 lines
273 B
CSS
Raw Normal View History

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