christmas/static/css/main.css
2018-11-26 16:18:28 -05:00

25 lines
No EOL
273 B
CSS

.inline {
display: inline;
}
.linkButton {
background: none;
border: none;
}
.fullwidth {
width: 100%;
max-width: none;
}
.noLeftMargin {
margin-left: 0 !important;
}
.overflowWrap {
overflow-wrap: break-word;
}
ul.noStyle li {
list-style-type: none;
}