25 lines
No EOL
273 B
CSS
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;
|
|
} |